[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:32:25 PDT 2012


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





--- Comment #9 from Allan Sandfeld Jensen <allan.jensen at nokia.com>  2012-08-27 08:32:27 PST ---
(In reply to comment #7)
> 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.

I think, though I am not entirely sure, that touch-adjustment is automatically performed in the frame that contains the midpoint, because it will be the frame receiving the event. Testing down into iframes contained in the result would help with the case where the hot-spot is in the top frame, but would probably still give problems when the hot-spot is in a lower frame.

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