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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 03:44:38 PST 2016


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

            Bug ID: 153304
           Summary: Main frame scrollbars not updated on hovering when
                    using overlay scrollbars
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bdakin at apple.com, darin at apple.com,
                    simon.fraser at apple.com

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.

-- 
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/88d720a0/attachment.html>


More information about the webkit-unassigned mailing list