[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
Fri Aug 24 08:33:46 PDT 2012


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





--- Comment #2 from Antonio Gomes <tonikitoo at webkit.org>  2012-08-24 08:33:44 PST ---
See FatFingers.cpp 

354             
355 bool FatFingers::checkForClickableElement(Element* curElement,
356                                           Vector<IntersectingRegion>& intersectingRegions,
357                                           Platform::IntRectRegion& remainingFingerRegion,
358                                           RenderLayer*& lowestPositionedEnclosingLayerSoFar)

our intersection area is a region. Every time we have a higher zindex'ed layer, we subtract that layer's area from the "remaining intersection region", once we are done with it.

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