[Webkit-unassigned] [Bug 35079] New: touchmove stops working if document had an iframe
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 18 01:40:25 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35079
Summary: touchmove stops working if document had an iframe
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Other
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jaka at kubje.org
CC: jaka at kubje.org
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);
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list