This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Don't responds on click in firefox #11
Comments
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! |
so i can confirm what after updating |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
5fdc874 . so that seems to be a problem in
core-selector
which came there fromcore-selection
and which came there frompolymer
itselfThe text was updated successfully, but these errors were encountered: