| Index: Source/WebCore/rendering/RenderTable.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderTable.cpp (revision 148457)
|
| +++ Source/WebCore/rendering/RenderTable.cpp (working copy)
|
| @@ -1398,7 +1398,7 @@
|
|
|
| // Check our bounds next.
|
| LayoutRect boundsRect(adjustedLocation, size());
|
| - if (visibleToHitTesting() && (action == HitTestBlockBackground || action == HitTestChildBlockBackground) && locationInContainer.intersects(boundsRect)) {
|
| + if (visibleToHitTestRequest(request) && (action == HitTestBlockBackground || action == HitTestChildBlockBackground) && locationInContainer.intersects(boundsRect)) {
|
| updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(adjustedLocation)));
|
| if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))
|
| return true;
|
|
|
| Property changes on: Source/WebCore/rendering/RenderTable.cpp
|
| ___________________________________________________________________
|
| Modified: svn:eol-style
|
| - native
|
| + LF
|
|
|
|
|