googlearchive / polymer-gestures

84 stars 27 forks source link

Work around browser bugs #57

Closed dfreedm closed 10 years ago

dfreedm commented 10 years ago

This PR works around a few browser bugs One is about the missing event.path from SVG nodes in Chrome 36 (fixed in 37)

Another is that the Polymer declarative event handlers can make touch handlers in the TemplateBinding staging document. Touch event listeners made while nodes are in that state will not work when added to the main document, and can cause iOS safari to crash in interesting ways.

dfreedm commented 10 years ago

TBR @sorvell