[Webkit-unassigned] [Bug 94936] Incomplete rect-based hit-test result when hit-test region overlaps layers with different z-order.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 27 08:22:30 PDT 2012


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





--- Comment #7 from Kevin Ellis <kevers at chromium.org>  2012-08-27 08:22:33 PST ---
That is consistent with what I'm seeing for the example.  The <iframe>s are detected but do not provide enough information for touch adjustment since smaller elements inside the <iframe>s are not picked up as candidates.

One solution may be to repeat the hit test on each of the <iframe>s from the first test.  Alternatively, could repeat the hit-test just for the <iframe> that contains the midpoint of the touch.

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