[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
Tue Aug 28 04:41:58 PDT 2012


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





--- Comment #11 from Allan Sandfeld Jensen <allan.jensen at nokia.com>  2012-08-28 04:42:01 PST ---
Created an attachment (id=160953)
 --> (https://bugs.webkit.org/attachment.cgi?id=160953&action=review)
Quick Patch

Here is a quick experimental patch that solves the test-case.

I am not sure it the right way to do it though. This won't handle iframes that have been transformed for instance. To handle that we need to let the hit-test descend into inner-documents during the normal hit-test recursion, and add a parameter similar to AllowShadowContent, AllowInnerDocumentContent, that controls whether it should go into inner documents.

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