Closed
Bug 1050730
Opened 11 years ago
Closed 11 years ago
composing an HTML email should use paragraph by default
Categories
(Thunderbird :: Message Compose Window, enhancement)
Thunderbird
Message Compose Window
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 330891
People
(Reporter: u480968, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20140723 Firefox/24.0 Iceweasel/24.7.0 (Nightly/Aurora)
Build ID: 20140723083501
Steps to reproduce:
When composing an HTML email, the default format is body text, and paragraphs are made using <br /> tags. This is just old fashion, and not uses the clarity of paragraphs.
I think proper HTML paragraphs should be used when composing an email.
Severity: normal → enhancement
OS: Linux → All
Hardware: x86 → All
Comment 1•11 years ago
|
||
Andre, you're perfectly right. Known issue since time immemorial. Hairy code. We're looking for a volunteer coder to fix this.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
I'd like to help, but I don't know where to start.
Please, don't mark this bug as a duplicate, I had a look on the other one, and I disagree. IMHO, the correct behaviour is standard:
- Pressing the enter key once should create a line break, inside a paragraph (<br />)
- Pressing the enter key twice should create a new paragraph (<p />)
AFAIK, this is already the case, but you still need to start your email by manually selecting paragraph instead of body.
You need to log in
before you can comment on or make changes to this bug.
Description
•