Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Don't responds on click in firefox #11

Closed
actionless opened this issue Dec 3, 2014 · 8 comments
Closed

Don't responds on click in firefox #11

actionless opened this issue Dec 3, 2014 · 8 comments

Comments

@actionless
Copy link

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 from core-selection and which came there from polymer itself

@arthurevans
Copy link

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

@actionless
Copy link
Author

yes

@actionless
Copy link
Author

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

@arthurevans
Copy link

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

@actionless
Copy link
Author

@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
Copy link

Here are some starting tips for debugging Polymer apps:

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

@actionless
Copy link
Author

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

@actionless
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants