Closed actionless closed 9 years ago
Are you on Linux? We've had a rash of recent problem reports on FF Linux.
yes
i have updated polymer-gestures to master but still have quirks in firefox (but on-tap event is catched now)
So the menu items are working now? What quirks are you seeing?
@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?
Here are some starting tips for debugging Polymer apps:
thanks! shame, did not noticed that section in the docs
so i can confirm what after updating polymer-gestures
to latest master selection works, it was a problem on my side
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 fromcore-selection
and which came there frompolymer
itself