Closed
Bug 174523
Opened 22 years ago
Closed 22 years ago
Plain text editor does not follow prefs
Categories
(Core :: DOM: Editor, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 173953
People
(Reporter: ascaris1, Assigned: kinmoz)
Details
In build 2002101412, I notice that in the plain text editor (when replying to
email), I am seeing graphical block quotes. I have block quotes, graphical
quotes, and flowed text (display and send) disabled in user.js (as shown below),
and indeed, the messages are displayed properly, with the good old fashioned >
cite tags. However, these horrible graphical quotes still show up in the
editor. I looked in the .js files in /res, and I did not find a pref that would
seem to be linked to this, so I would presume this is a bug, with the plain text
editor (which AFAIK never used to support block quotes before) failing to heed
the existing prefs for disabling block quotes.
Excerpt from user.js:
user_pref("mail.quoted_graphical", false);
user_pref("mail.quoteasblock", false);
user_pref("mailnews.display.disable_format_flowed_support", true);
user_pref("mailnews.send_plaintext_flowed", false);
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 173953 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•