googlearchive / core-menu

A simple menu
5 stars 9 forks source link

Don't responds on click in firefox #11

Closed actionless closed 9 years ago

actionless commented 9 years ago

i can reproduce it in firefox 34 and 35beta (using clean profile). for example on this page: https://www.polymer-project.org/components/core-elements/demo.html or https://www.polymer-project.org/components/core-menu/demo.html

nothing happens when clicking on item, no any exceptions in console

in chrome it works as expected

UPD: also tested on firefox ESR 31 and the same behavior. paper-tabs have almost the same behavior -- animation plays on click, but nothing more happens (and no any exceptions too)

UPD2: firefox nightly 37 -- the same behavior

UPD3: it don't reproduces in 0.4.2, problem started to reproduce only on 0.5.0 and the later versions. i found only two commits between 0.4.2 and 0.5.0 (one of them to demofiles) and other is to deps: https://github.com/Polymer/core-menu/commit/5fdc874e645ba46af0942debba521c4663859b5d . so that seems to be a problem in core-selector which came there from core-selection and which came there from polymer itself

arthurevans commented 9 years ago

Are you on Linux? We've had a rash of recent problem reports on FF Linux.

actionless commented 9 years ago

yes

actionless commented 9 years ago

i have updated polymer-gestures to master but still have quirks in firefox (but on-tap event is catched now)

arthurevans commented 9 years ago

So the menu items are working now? What quirks are you seeing?

actionless commented 9 years ago

@arthurevans, no, on-tap event itself started to work, but core-selection (and all components which are depending on it, like core-select, core-menu and paper-tabs) are still not got selected

mb u can recommend some articles which can help me learn debugging it?

arthurevans commented 9 years ago

Here are some starting tips for debugging Polymer apps:

https://www.polymer-project.org/docs/polymer/debugging.html

actionless commented 9 years ago

thanks! shame, did not noticed that section in the docs

actionless commented 9 years ago

so i can confirm what after updating polymer-gestures to latest master selection works, it was a problem on my side