[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
Thu Jan 21 11:00:55 PST 2016


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

--- Comment #2 from Beth Dakin <bdakin at apple.com> ---
(In reply to comment #0)
> Legacy scrollbars were fixed in r194155, but overlay scrollbars are not
> notified when they are hovered. This is because the layer hit test in
> RenderView::hitTest always returns true when using overlay scrollbars and we
> are returning early in such case ignoring the
> HitTestRequest::AllowFrameScrollbars flag. So, in case of using overlay
> scrollbars we still need to check the RenderView scrollbars even when the
> layer hist test succeeded unless it already contains a scrollbar.

Can you write up a set of steps that reproduce a bug that you are fixing here?

-- 
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/20160121/da02f852/attachment.html>


More information about the webkit-unassigned mailing list