Bug 270134 - REGRESSION (macOS 14): Native text fields are invisible in dark mode
Summary: REGRESSION (macOS 14): Native text fields are invisible in dark mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aditya Keerthi
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-02-26 16:26 PST by Aditya Keerthi
Modified: 2024-02-26 20:39 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aditya Keerthi 2024-02-26 16:26:15 PST
```
<style>
:root { color-scheme: dark; }
</style>
<input>
```

The text field is not visible.
Comment 1 Radar WebKit Bug Importer 2024-02-26 16:27:16 PST
<rdar://problem/123658326>
Comment 2 Aditya Keerthi 2024-02-26 16:37:56 PST
Pull request: https://github.com/WebKit/WebKit/pull/25144
Comment 3 EWS 2024-02-26 20:39:06 PST
Committed 275363@main (1f547d4ed188): <https://commits.webkit.org/275363@main>

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