-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on-tap not working on Firefox #941
Comments
I think this is also why: https://www.polymer-project.org/docs/elements/ Left menu can't be expanded on firefox. |
Hi, I have tracked the issue until 'polymer.js' line 1951. Looks like 'e.buttons' is 1 on 'Firefox' making the next function return a bad result:
|
@azakus are you aware of this? |
Working for me in FF 33.1.1 on OSX |
And Windows 8.1 @apalacios-modpow, what version of Firefox, and what platform, is this showing on? |
Can't repro in Win 7, either. |
I am using Firefox 33.1 on Gnome 3.12.2 (Fedora), maybe it is a "Firefox" for Linux issue but it worked until last release. |
Facing the same issue with FIrefox 33 on Ubuntu. Works perfectly on Windows/OSX and other browsers |
I am also experiencing this with Firefox 33.1.1 on Arch Linux. |
I could also replicate this issue on FF for Linux Mint. I also found the issue. This commit broke it googlearchive/polymer-gestures@748b65c Which later was refactored by these two commits: googlearchive/polymer-gestures@82a3b23 The point is that the e.buttons is different on FF 33.0 for Linux than it is on Windows or Chrome on Linux (maybe this is a bug for FF for Linux..?). A temporary fix is to change this:
into this:
|
From the Mozilla Developer Network:
The result is that It doesn't indicate whether they plan to change this behavior (which doesn't conform to the spec) in the future or if their implementation will remain this way due to the way the underlying system treats mouse events. |
Duplicate of googlearchive/polymer-gestures#77, which is already fixed in master. |
Hi,
Thanks for your support in advance, after updating polymer to version 0.5.1, every 'on-tap' call is not working on Firefox (it works fine on Chrome and Explorer).
A.
The text was updated successfully, but these errors were encountered: