Closed
Bug 19239
Opened 26 years ago
Closed 26 years ago
[Regression] HTML compose pref not honored
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: fenella, Assigned: alecf)
References
Details
Linux Redhat 6.0 (1999-11-18-08 M12)
win_nt 4.0 (1999-11-18-09 M12)
Suumary: [Regression]Account Settings's "Compose messages using html selection"
is disabled. The default of the compose window is HTML editor
Steps:
1. Launch Messenger using the -mail option
2. Select Edit|Account Settings
3. Single click on my account, de-select "compose message using html" from the
right pane
Actual result: When the compose window comes up, it is a HTML editor. compose
the mail and send. The received message is in HTML format.
Expected result: It should be a plain text editor
Additional observation: I exit and repeat all 3 steps, when I select "compose
message using html", click OK to close the Account Settings dialog and then open
it again, the selection (check-mark)of the "compose message using html" is not
displayed.
This occurs on Linux and Win_nt. Have not tried Mac yet.
Assignee: phil → alecf
Component: Back End → Account Manager
QA Contact: lchiang → nbaca
| Assignee | ||
Updated•26 years ago
|
Component: Account Manager → Composition
Summary: [Regression]Account Settings's "Compose messages using html selection" is disabled → [Regression] HTML compose pref not honored
| Assignee | ||
Comment 1•26 years ago
|
||
ok, this does not sound like the setting is disabled, it sounds like composition
settings broke again.
Also, the mail composition window comes up in the mode that corresponds to the
currently selected account. If you haven't selected an account, then it selects
the first account.
fenella, can you verify that you are opening the compose window with the right
account selected?
Comment 3•26 years ago
|
||
I'm seeing this, too, and I definitely have the right account selected. Also,
if I open Account settings (with the right account selected), click to toggle
the html compose pref, dismiss account settings, then bring it back up, the box
is always unchecked regardless of how I attempted to set it, yet I always get
the html compose window (which would correspond with the box being checked).
Comment 4•26 years ago
|
||
On NT4 and Linux using the same builds as Fenella I noticed that Account
Settings never has the "Compose message using html" option selected, yet the
Compose window always displays the html toolbar no matter what account I have
selected. I've also verified that I have the account selected before selecting
the "New Message" button. I tried a migrated account, a new account, selected an
account that was already migrated, POP, IMAP. It seems like the html setting is
hard coded.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•26 years ago
|
||
argh. There was talk yesterday that some integer-based HTML widgets in prefs had
busted yesterday. I'm wondering if boolean-based HTML widgets are busted too.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•26 years ago
|
||
ok, fixed.
| Assignee | ||
Comment 7•26 years ago
|
||
(the problem was that text fields are now of type "Text" not "text" and
checkboxes are of type "Checkbox" not "checkbox")
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Build 1999112208M12: Win/NT4, Linux/Redhat 6.0, Mac 8.5.1
Verified Fixed. The checkmark for "compose message using html" is behaving as
expected. When html is enabled then the checkmark is present. When it is
disabled then the checkmark is not there. Also sent plain and html messages
after making changes in Account Setup during the same session.
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•