Bug 257052 - Fix CSS scrollbar width interaction with legacy scrollbar pseudos
Summary: Fix CSS scrollbar width interaction with legacy scrollbar pseudos
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Safari 16
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 256999
Blocks: 231588 257617
  Show dependency treegraph
 
Reported: 2023-05-19 14:21 PDT by Luke Warlow
Modified: 2023-06-13 11:51 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Warlow 2023-05-19 14:21:12 PDT
This bug will track how CSS that has both scrollbar-width (and probably in future scrollbar-color) and ::-webkit-scrollbar styles works.

Chromiums implementation makes the standard properties take precedence over the legacy pseudos so this behaviour should be matched.
Comment 1 Radar WebKit Bug Importer 2023-05-26 14:22:15 PDT
<rdar://problem/109905135>
Comment 2 Luke Warlow 2023-05-28 05:04:05 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14440
Comment 3 EWS 2023-06-13 11:51:12 PDT
Committed 265129@main (964948660ae0): <https://commits.webkit.org/265129@main>

Reviewed commits have been landed. Closing PR #14440 and removing active labels.