Closed
Bug 44446
Opened 25 years ago
Closed 25 years ago
Disable struct phrase->style conv for HTML->HTML by default
Categories
(MailNews Core :: MIME, defect, P3)
MailNews Core
MIME
Tracking
(Not tracked)
VERIFIED
FIXED
M17
People
(Reporter: mozeditor, Assigned: BenB)
Details
(Whiteboard: r=jfrancis, a=waterson)
Attachments
(2 files)
2.17 KB,
patch
|
Details | Diff | Splinter Review | |
584 bytes,
patch
|
Details | Diff | Splinter Review |
The structured phrase<->style conversions supplied by mail should be off
(regardless of pref settings) when a message going out as html was also composed
as html. In these circumstances the author has all the tools at hand to say what
they mean. If they want underline they can directly author it. So if they don't
do that, but type "_foo_", we must assume "_foo_" is what they indeed want and
leave it alone. This kind of aggressive content alteration can really turn off
users.
Assignee | ||
Comment 1•25 years ago
|
||
We only do "plain text conventions for structed phrases"->"HTML for structures
phrases" ("styles") for HTML->HTML.
I already fixed this, patch in bug 43047, waiting for approval. Taking bug.
Assignee: putterman → mozilla
Keywords: approval
Summary: over aggressive structured phrase<->style conversions → over aggressive structured phrase->style conversions
Whiteboard: Fixed. Patch in bug 43047.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Component: Mail Window Front End → MIME
Target Milestone: --- → M17
Assignee | ||
Updated•25 years ago
|
Summary: over aggressive structured phrase->style conversions → disable structured phrase->style conversions foro HTML->HTML by default
Assignee | ||
Comment 2•25 years ago
|
||
Changing SUMMARY not to give a false impression. The regognition itself is very
conservative and not at all aggressive.
Summary: disable structured phrase->style conversions foro HTML->HTML by default → Disable struct phrase->style conv for HTML->HTML by default
Assignee | ||
Comment 3•25 years ago
|
||
Assignee | ||
Comment 4•25 years ago
|
||
Assignee | ||
Comment 5•25 years ago
|
||
Removed the Pref UI for this feature completely. Hidden pref still there.
Joe, r=jrancis for the additional changes?
Reporter | ||
Comment 6•25 years ago
|
||
I'm confused. This bug was about not doing conversions in html->html. But
instead I see comments about removing UI. Ben, fill me in. The ui removal is
for all struct conversions, right? But the default change is just for html->
html, right? Why are we removing ui?
Assignee | ||
Comment 7•25 years ago
|
||
> The ui removal is for all struct conversions, right?
No, the UI I removed is only for the pref of which we change the default. I.e.
you won't be able to enable (via the UI)
- HTML->HTML conversion
- of structs
- during mail send
anymore, everything else is unchanged.
Reporter | ||
Comment 8•25 years ago
|
||
ok, sounds fine. I reviewed the attachments. r=jfrancis
Assignee | ||
Comment 9•25 years ago
|
||
Checked in. Forgot the r= and a= in the cvs comment again :-(, see status
whiteboard.
The HTML->HTML conversion of structs is now only reachable via an hidden pref.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: Fixed. Patch in bug 43047. → r=jfrancis, a=waterson
Comment 10•25 years ago
|
||
Total style nit about code just after the patch: 'whattodo = whattodo | ...'
should be 'whattodo |= ...' in C-like languages.
/be
Assignee | ||
Comment 11•25 years ago
|
||
brendan: yes, didn't know this variant exists. will change at the next chance.
Comment 12•25 years ago
|
||
Verified as fixed on win32, linux, and macos using the following builds:
win32 commercial seamonkey build 2000-092909-mn6 installed on P500 Win98
linux commercial seamonkey build 2000-092909-mn6 installed on P200 RedHat 6.2
macos commercial seamonkey build 2000-092911-mn6 installed on G3/400 OS 9.04
Status: RESOLVED → VERIFIED
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
•