Closed
Bug 14652
Opened 26 years ago
Closed 26 years ago
Clicking return on a bullet did not create a new bulleted line
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
M15
People
(Reporter: bijals, Assigned: mozeditor)
Details
Steps:
1) Launch Editor
2) On the first sentence, click the bullet icon
3) On the new bulleted first sentence, place cursor any where in the sentence
4) Click return
Actual Results: First sentence is split into two lines, but the second line is
not bulleted
Expected: Two lines with bullets
Build Date and Platform: 1999092208 on WinNT
it's because we're making a list out of a <P>. There needs to be some way to
make it obvious to the user what's going on here. Right now, it's
undiscoverable why one paragraph (with a <P>) would work, and why another (with
a <DIV>) would work.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
this problem will become less likely with the new div/br rules. I unwrap all
mozdivs going into a list item, and rewrap them if you unlist it. So you get
list like behavior on returns.
But I still don't do that with paragraphs. However, there won't be an easy way
to make paragraphs, so I'm not sure that's a problem for mail compose.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•26 years ago
|
||
dup of 15832
*** This bug has been marked as a duplicate of 15832 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•