Closed
Bug 1699232
Opened 5 years ago
Closed 5 years ago
Dark Mode support for multi-line text fields, if widget.macos.respect-system-appearance is on
Categories
(Core :: Widget: Cocoa, task, P1)
Tracking
()
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
(Whiteboard: [mac:darkmode][mac:mr1])
Attachments
(1 file)
-moz-default-appearance: textarea; currently does not support Dark Mode. It doesn't seem to be used in our UI at the moment, but it's easy to support anyways.
| Assignee | ||
Comment 1•5 years ago
|
||
This makes multi-line text fields adapt to Dark Mode correctly. I haven't found
a use of them in our UI, but they exist in theory.
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/95c65b9501df
Draw multi-line text fields with NSTextFieldCell. r=mac-reviewers,bradwerth
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•