| Index: sky/engine/core/rendering/RenderObject.cpp
|
| diff --git a/sky/engine/core/rendering/RenderObject.cpp b/sky/engine/core/rendering/RenderObject.cpp
|
| index 1d2773e236d88c352efca4f5de8c278b740fd31b..8fc2b6ea00f937dacf386ff3802ebe39390a20b5 100644
|
| --- a/sky/engine/core/rendering/RenderObject.cpp
|
| +++ b/sky/engine/core/rendering/RenderObject.cpp
|
| @@ -2403,10 +2403,6 @@ bool RenderObject::hitTest(const HitTestRequest& request, HitTestResult& result,
|
| // First test the foreground layer (lines and inlines).
|
| inside = nodeAtPoint(request, result, locationInContainer, accumulatedOffset, HitTestForeground);
|
|
|
| - // Test floats next.
|
| - if (!inside)
|
| - inside = nodeAtPoint(request, result, locationInContainer, accumulatedOffset, HitTestFloat);
|
| -
|
| // Finally test to see if the mouse is in the background (within a child block's background).
|
| if (!inside)
|
| inside = nodeAtPoint(request, result, locationInContainer, accumulatedOffset, HitTestChildBlockBackgrounds);
|
|
|