[Webkit-unassigned] [Bug 128924] Shifted document touch handling in iframes on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 17 16:01:57 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=128924





--- Comment #13 from Benjamin Poulain <benjamin at webkit.org>  2014-05-17 16:02:19 PST ---
(In reply to comment #12)
> (In reply to comment #8)
> 
> > When there is a touch handler, touch events can make elements active. It might just be that.
> > 
> > If you have a test case, I can have a look.
> 
> I crafted the sample with blurs http://bin.engineeriam.net/ios-blur.html

Thanks a lot!

That looks indeed like a bad bug. Can you please file a separate bug report and attach your example to the bug?
Please CC me on that new bug or give the link here.


For the original touch region bug, I know exactly what is going on now: when computing the touch region of a document, the rect is never transformed to the root view's coordinates. As a result, the touch region of the iframe is not at the right places, it starts at (0, 0).
The bug is iOS specific, that is not in WebKit's code. I'll try to fix that next week.

-- 
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