| Index: Source/WebCore/rendering/RenderBox.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderBox.cpp (revision 148457)
|
| +++ Source/WebCore/rendering/RenderBox.cpp (working copy)
|
| @@ -1012,7 +1012,7 @@
|
| // foreground phase (which is true for replaced elements like images).
|
| LayoutRect boundsRect = borderBoxRectInRegion(locationInContainer.region());
|
| boundsRect.moveBy(adjustedLocation);
|
| - if (visibleToHitTesting() && action == HitTestForeground && locationInContainer.intersects(boundsRect)) {
|
| + if (visibleToHitTestRequest(request) && action == HitTestForeground && locationInContainer.intersects(boundsRect)) {
|
| updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation));
|
| if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))
|
| return true;
|
|
|
| Property changes on: Source/WebCore/rendering/RenderBox.cpp
|
| ___________________________________________________________________
|
| Modified: svn:eol-style
|
| - native
|
| + LF
|
|
|
|
|