[Webkit-unassigned] [Bug 153304] Main frame scrollbars not updated on hovering when using overlay scrollbars

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 25 00:27:09 PST 2016


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

--- Comment #9 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #6)
> Comment on attachment 269444 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=269444&action=review
> 
> > Source/WebCore/ChangeLog:14
> > +        RenderView scrollbars even when the layer hist test succeeded
> 
> hist -> hit

Oops. I'm also considering that main frame scrollbars should take precedence over a possible scrollbar returned by the layer hit test result. That would be consistent with what EventHandler::handleMousePressEvent does, see:

FrameView* view = m_frame.view();
Scrollbar* scrollbar = view ? view->scrollbarAtPoint(platformMouseEvent.position()) : 0;
if (!scrollbar)
    scrollbar = mouseEvent.scrollbar();

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160125/e36df295/attachment.html>


More information about the webkit-unassigned mailing list