[Webkit-unassigned] [Bug 153352] New: Overlay scrollbars should always use the whole contents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 02:24:33 PST 2016


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

            Bug ID: 153352
           Summary: Overlay scrollbars should always use the whole
                    contents
    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

They are currently respecting the scroll corner. In the case of main frame scrollbars we are indeed returning an empty rectangle from ScrollView::scrollCornerRect() when using overlay scrollbars, but when calculating the size of the scrollbars we are using the actual width/height instead of the occupied with/height. For other scrollbars RenderLayer::scrollCornerRect() is not checking whether scrollbars are overlay or not and we are always returning a scroll corner rectangle when scrollbars are present.

-- 
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/20160122/cb9df87a/attachment.html>


More information about the webkit-unassigned mailing list