Bug 270281
Summary: | List box scrollbars do not match the used color scheme | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aditya Keerthi <akeerthi> |
Component: | Forms | Assignee: | Aditya Keerthi <akeerthi> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Aditya Keerthi
```
<style>
select {
color-scheme: dark;
}
</style>
<select multiple>
<option>Apple</option>
<option>Banana</option>
<option>Kiwi</option>
<option>Orange</option>
<option>Pear</option>
<option>Strawberry</option>
</select>
```
A light scrollbar is used, when a dark scrollbar is expected.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/123807167>
Aditya Keerthi
Pull request: https://github.com/WebKit/WebKit/pull/25277
EWS
Committed 275505@main (d28e96e8be48): <https://commits.webkit.org/275505@main>
Reviewed commits have been landed. Closing PR #25277 and removing active labels.