Open
Bug 45268
Opened 24 years ago
Updated 2 years ago
Add format class to <blockquote type=cite>
Categories
(MailNews Core :: Composition, enhancement, P3)
MailNews Core
Composition
Tracking
(Not tracked)
NEW
Future
People
(Reporter: BenB, Unassigned)
References
Details
(Keywords: helpwanted)
When we quote an original msg (during a reply), we should carry over the
information about the original data format (plaintext, format=flowed, HTML or
whatever), so the recipient can perform the processing he like on it, e.g.
displaying format=flowed text in a variable width font (even if quoted using
HTML).
Considering that 4.x' editor chokes on <div>s *sigh*, the best mothod is to add
that info ass class to the <blockquote type=cite> around the quote.
Implementation:
- Get the node |InsertAs*Quotation| returns, QI to |nsIDOMElement|, if
necessary, and insert the attribute directly to the DOM.
- We currently don't have the format information anymore at this point. Carry it
through the processing, where necessary.
Reporter | ||
Comment 1•24 years ago
|
||
This is IMO polish, so M20. Tell me, if you disagree (i.e. think, it shouldn't
go in as late as M20).
Status: NEW → ASSIGNED
Target Milestone: --- → M20
Reporter | ||
Comment 2•24 years ago
|
||
Drawing in. Seems like M18 == nsbeta3, and this has to be fixed for N6.
Target Milestone: M20 → M18
Reporter | ||
Comment 3•24 years ago
|
||
Will checkin step 1 RSN: Removing the <div>, that we currently output,
completely, without substitution, for quoting (e.g. what goes to the editor).
Step 2 will be to readd this info as described above.
Reporter | ||
Comment 4•24 years ago
|
||
Fix for step one checked in.
Reporter | ||
Updated•24 years ago
|
Whiteboard: [AT RISK] :-(
Reporter | ||
Updated•24 years ago
|
Target Milestone: M19 → mozilla0.9.1
Reporter | ||
Comment 6•24 years ago
|
||
Changing personal priorities. Giving away most of my bugs :-( (reassigning to
default owner).
I will still track these bugs closely. If you need my input, feel free to ask me.
New owner: Please do *not* close these bugs (as WONTFIX or whatever you may
find) unless they are fixed. Rather, reassign to <nobody@mozilla.org>, if you
don't want to work on them.
Assignee: mozilla → ducarroz
Status: ASSIGNED → NEW
QA Contact: lchiang → esther
Target Milestone: mozilla0.9.1 → ---
QA Contact: esther → stephend
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 7•22 years ago
|
||
This bug has been inactive for 2 years. Is there any chance of getting some
interest in it? Not flowing quotes causes the mail interface to be considerably
uglier than what was in 4.X.
Updated•22 years ago
|
Keywords: helpwanted
Updated•20 years ago
|
Product: MailNews → Core
Reporter | ||
Updated•20 years ago
|
Severity: normal → enhancement
Updated•18 years ago
|
Whiteboard: [AT RISK] :-(
Updated•16 years ago
|
Assignee: ducarroz → nobody
Status: ASSIGNED → NEW
QA Contact: stephend → composition
Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•