Skip to content

Reproduction of ember-gestures bug when working with nested components.

Notifications You must be signed in to change notification settings

herom/nested-ember-gestures

Repository files navigation

Nested-ember-gestures

This repository is created in order to have a "bug"-reproduction of the ember-gestures library.

It is shown that nested components which have registered themselves for the tap recognizer-event are triggered twice shortly after another. So, with this reproduction you will see that the second-level component fires the tap event which is then passed to the first-level component (this is correct), BUT shortly after that, the whole thing is triggered again....

Installation

  • git clone <repository-url> this repository
  • cd nested-ember-gestures
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Reproduction of ember-gestures bug when working with nested components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published