Bug 258485 - scroll corner doesn't dynamically update when color-scheme changes
Summary: scroll corner doesn't dynamically update when color-scheme changes
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Local Build
Hardware: Mac (Apple Silicon) macOS 13
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 244494
Blocks:
  Show dependency treegraph
 
Reported: 2023-06-23 15:10 PDT by Luke Warlow
Modified: 2023-06-24 09:36 PDT (History)
0 users

See Also:


Attachments
Screenshot of running the linked jsfiddle (2.54 KB, image/png)
2023-06-23 15:12 PDT, Luke Warlow
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Warlow 2023-06-23 15:10:29 PDT
Set Scrollbars to Always On.

Load https://jsfiddle.net/fj8L4g90/

You will see that the scroll corner is still white in the top square. When it should be blue like on the lower one.

Note this is not a duplicate of https://bugs.webkit.org/show_bug.cgi?id=258482 as that's specifically to do with overflow scroll.
Comment 1 Luke Warlow 2023-06-23 15:12:28 PDT
Created attachment 466818 [details]
Screenshot of running the linked jsfiddle

This is the result of running this jsfiddle on the branch that addresses https://bugs.webkit.org/show_bug.cgi?id=244494
Comment 2 Luke Warlow 2023-06-24 09:36:20 PDT
Managed to fix this as part of the PR for 244494