-
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 event in firefox #936
Comments
That jsbin works for me in FF 33 (latest stable) |
Doesn't work for me in FF33.1. Updated to 33.1.1 and still nothing. Works in Chrome, IE11, Opera. Note though that it's not an issue with the on-tap event, because if you use console.log instead, it works. EDIT: Yeah, you must name it. Polymer('foo-bar',
{
doit : function(e) {
alert("hey!!");
}
}); |
both console.log and named polymer component registration hints of you have NO EFFECT for this issue in FF 30.0.
you're wrong - exchange
you're wrong - named registration is obsolete in case of the jsbin example. Read the docs. |
Hi, I have the same issue on firefox 33.0 on fedora 19 (I also tried with an ubuntu 12.04 VM and it did not work). It worked on a windows machine with firefox 33.1.1 though. This issue may be related to googlearchive/polymer-gestures#62. |
Dupe of #941 |
For some reason the
on-tap
event handling doesnt work anymore in Firefox (Version 30.0) with Polymer 0.5.1.i tried
on-click
which worked fine. so there seems to be some tap specific problem.remark : Using Polymer 0.4.2 this example runs successful in FF.
example
JSBin live example : http://jsbin.com/visodo/1/edit?html,output
The text was updated successfully, but these errors were encountered: