| Index: Source/WebCore/rendering/RenderRegion.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderRegion.cpp (revision 148457)
|
| +++ Source/WebCore/rendering/RenderRegion.cpp (working copy)
|
| @@ -182,7 +182,7 @@
|
| // FIXME: Once we support overflow, we need to intersect with that and not with the bounds rect.
|
| LayoutRect boundsRect = borderBoxRectInRegion(locationInContainer.region());
|
| boundsRect.moveBy(adjustedLocation);
|
| - if (visibleToHitTesting() && action == HitTestForeground && locationInContainer.intersects(boundsRect)) {
|
| + if (visibleToHitTestRequest(request) && action == HitTestForeground && locationInContainer.intersects(boundsRect)) {
|
| // Check the contents of the RenderFlowThread.
|
| if (m_flowThread->hitTestFlowThreadPortionInRegion(this, flowThreadPortionRect(), flowThreadPortionOverflowRect(), request, result, locationInContainer, LayoutPoint(adjustedLocation.x() + borderLeft() + paddingLeft(), adjustedLocation.y() + borderTop() + paddingTop())))
|
| return true;
|
|
|
| Property changes on: Source/WebCore/rendering/RenderRegion.cpp
|
| ___________________________________________________________________
|
| Modified: svn:eol-style
|
| - native
|
| + LF
|
|
|
|
|