Closed
Bug 1790725
Opened 3 years ago
Closed 3 years ago
allow using styles for mail composition
Categories
(Thunderbird :: Message Compose Window, enhancement)
Thunderbird
Message Compose Window
Tracking
(thunderbird_esr102 wontfix)
RESOLVED
FIXED
106 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr102 | --- | wontfix |
People
(Reporter: mkmelin, Assigned: mkmelin)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The mail editor currently only use non-style ways for styling.
Using css styles instead would be more modern, and e.g. allow inlining styles from stylesheets. There are cases where other mailers (e.g. gmail, bug 861788) don't even display the old style styling.
| Assignee | ||
Comment 1•3 years ago
|
||
After this change, it's possible to set the pref, or use editor.document.execCommand("styleWithCSS", false, "true") to enable css in mail compose.
Updated•3 years ago
|
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/integration/autoland/rev/e278477ecff7
Allow useCss for mail editor. r=masayuki
| Assignee | ||
Updated•3 years ago
|
Keywords: leave-open
Comment 3•3 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 4•3 years ago
|
||
By setting the hidden pref editor.use_css true the mail editor now uses styles for editing.
I guess we can close this for now and address any further needs to adjust when this is set, in separate bugs.
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-thunderbird_esr102:
--- → wontfix
Keywords: leave-open
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•