-
Notifications
You must be signed in to change notification settings - Fork 27
Work around safari touchevent listener bug #33
Comments
the closest bug I could find was https://bugs.webkit.org/show_bug.cgi?id=105406, but i'm not sure it's related. |
Horrible workarounds:
Both are pretty heinous, and would have to be triggered for iOS only. |
Let's go with #1 (Safari only) and file a bug. On Tue, Aug 5, 2014 at 12:18 PM, Daniel Freedman [email protected]
|
Filed safari bug: https://bugs.webkit.org/show_bug.cgi?id=135628 @sorvell, Should I leave this open to track, or close with the workaround in place? |
open, I think. On Tue, Aug 5, 2014 at 4:46 PM, Daniel Freedman [email protected]
|
If touchevent listeners are added to a node from another document, then that node is added to the main document, the touch event listeners will not fire in iOS Safari 7.
Reproduction:
The text was updated successfully, but these errors were encountered: