RESOLVED INVALID 35079
touchmove stops working if document had an iframe
https://bugs.webkit.org/show_bug.cgi?id=35079
Summary touchmove stops working if document had an iframe
Jaka Jančar
Reported 2010-02-18 01:40:25 PST
In Safari and UIWebView on the iPhone, touchmove event handler stops being called if the document has contained an iframe. The following stops the touchmove from being called forever: var iframe = document.createElement('iframe'); document.body.appendChild(iframe); document.body.removeChild(iframe);
Attachments
Example (906 bytes, text/html)
2010-02-18 01:41 PST, Jaka Jančar
no flags
Jaka Jančar
Comment 1 2010-02-18 01:41:31 PST
Created attachment 48984 [details] Example
Jaka Jančar
Comment 2 2010-02-19 03:42:07 PST
This is only an issue in 3.2beta2, it works OK in 3.1.3 (I'm using the simulator).
Jaka Jančar
Comment 3 2010-02-19 03:44:36 PST
I've also filed this to bugreport.apple.com, bug #7666857
David Kilzer (:ddkilzer)
Comment 4 2010-02-19 14:38:34 PST
<rdar://problem/7666857> Please do not report iPhone bugs to bugs.webkit.org. They should only be reported to <https://bugreport.apple.com/>. Thanks! Closing as RESOLVED/INVALID since this issue is already in Radar.
Note You need to log in before you can comment on or make changes to this bug.