[webkit-changes] [WebKit/WebKit] aa4860: Resize handles now render correctly when scrollbar...

Luke Warlow noreply at github.com
Sat May 27 10:55:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aa4860ae6d41450210e197be1d326e3b9df3cbdd
      https://github.com/WebKit/WebKit/commit/aa4860ae6d41450210e197be1d326e3b9df3cbdd
  Author: Luke Warlow <luke at warlow.dev>
  Date:   2023-05-27 (Sat, 27 May 2023)

  Changed paths:
    M LayoutTests/TestExpectations
    M Source/WebCore/rendering/RenderLayerScrollableArea.cpp
    M Source/WebCore/rendering/RenderTextControl.cpp

  Log Message:
  -----------
  Resize handles now render correctly when scrollbar-width none
https://bugs.webkit.org/show_bug.cgi?id=253310

Reviewed by Simon Fraser.

Resize handle sizing and painting now accounts for when scrollbar-width is none.

RenderTextControl now correctly uses the scrollbar width style when getting scrollbar thickness.

* LayoutTests/TestExpectations:
* Source/WebCore/rendering/RenderLayerScrollableArea.cpp:
(WebCore::RenderLayerScrollableArea::overflowControlsRects const):
(WebCore::RenderLayerScrollableArea::paintResizer):
* Source/WebCore/rendering/RenderTextControl.cpp:
(WebCore::RenderTextControl::scrollbarThickness const):

Canonical link: https://commits.webkit.org/264630@main




More information about the webkit-changes mailing list