Closed
Bug 15832
Opened 26 years ago
Closed 26 years ago
can't split paragraph into list items
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
INVALID
M12
People
(Reporter: sujay, Assigned: mozeditor)
References
Details
using 10/7 build of apprunner
1) launch apprunner
2) launch editor
3) click in a paragraph
4) make it a list
5) now just hit return to move that portion of text to a second
list item.
it doesn't happen, the text moves down after hitting return but doesn't
get put into another list item...
all platforms.
| Assignee | ||
Comment 1•26 years ago
|
||
accepting/m11
Updated•26 years ago
|
Target Milestone: M11 → M12
Comment 2•26 years ago
|
||
pushing off till next week
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 3•26 years ago
|
||
invalid. this is how it's supposed to work.
| Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 7•26 years ago
|
||
Actually, as written 14652 was invalid as well. But there was a related issue
that was a real bug that I recently fixed.
making a list item out a real html paragraph (<p> tag) will give yo ua list item
that doens't behave like a list item when you hit return (ie, it won't split into
a new list item). This is how it is supposed to work, so it that problem is
INVALID.
A related issue is that you used to get paragraphs whenever you chose "normal"
from the paragraph format popup (or menu). Now you don't. So now any text that
is "normal" won't exhibit the counterintuitive behavior when you make it into a
list. This problem is FIXED.
I got confused reading 14652 and thought it was the FIXED problem above, when it
was actually the INVALID problem above.
marking invalid.
You need to log in
before you can comment on or make changes to this bug.
Description
•