[Webkit-unassigned] [Bug 88376] New: Incorrect rect-based hit-test result when hit-test region includes culled inlines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 16:37:10 PDT 2012


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

           Summary: Incorrect rect-based hit-test result when hit-test
                    region includes culled inlines
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: raymes at google.com


Currently rect-based hit-testing does not correctly handle culled inline elements. Currently culled-inlines are added to the hit-test result if a non-culled child is added AND the child does not fill the entire hit-test region (see HitTestResult::addNodeToRectBasedTestResult()). However, no check is performed to see if the culled-inline ancestors actually intersect with the hit-test region and addNodeToRectBasedTestResult() may not be the correct place to do this test.

See https://bugs.webkit.org/show_bug.cgi?id=85849 for more information

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