Closed frankiefu closed 10 years ago
Also not working in IE11
Looks like 748b65cdb3e0d972a4ca345421927f75f1f55d19 is to blame. Investigating.
Ugh, buttons
property on mouseup
is 0
in Firefox. Guess I'll have to add a workaround.
I really don't understand why Polymer team decided to not use the best tested and robust library, from the same company -> Google Closure Library. As result, you have to reinvestigate and reinvent a lot of issues and code. https://github.com/google/closure-library/blob/master/closure/goog/events/browserevent.js#L297
https://github.com/Polymer/polymer-gestures/commit/39d8ed9cd074bbc6aa5afeec1e5df46908f16a4e fixes the issue in Firefox, but not IE11.
Fixed in 82a3b23
On Firefox 32.0.3 using polymer-gestures#master, the tap event doesn't work.