googlearchive / polymer-gestures

84 stars 27 forks source link

When used with the ShadowDOM polyfill, the trackend event's related target is not wrapped #5

Closed sorvell closed 10 years ago

sorvell commented 10 years ago

An event handler for trackend will get an event.related target that's not wrapped.

dfreedm commented 10 years ago

The underlying issue is that the up.relatedTarget is unwrapped.