Closed
Bug 102754
Opened 23 years ago
Closed 23 years ago
Lists with Headings applied do not create new list items properly
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: TucsonTester2, Assigned: mozeditor)
References
Details
(Whiteboard: EDITORBASE; fixinhand; need r=,sr=)
Build ID: 20011001
Composer does not let you properly exit out of a list if a heading paragraph
style is chosen.
Reproducible: Always
Steps to reproduce:
1.Open Composer
2.Type in a few lines of text
3.Click Edit -> select all
4.Choose Heading 1 from the paragraph styles drop-down menu
5.Click at the end of the last line of the list
6.Type some text
7.Hit enter again
Actual Results:
The first return makes a line underneath the heading 1 line, but this is not a
new list line. The second return makes a new list line. A third return will
exit the list.
Expect Results:
I would expect that hitting return would make a new list line. I would expect
that the new list line would be body text.
Reporter | ||
Updated•23 years ago
|
Summary: List with Heading applied do not create new lines properly → Lists with Headings applied do not create new lines properly
Comment 1•23 years ago
|
||
Confirmed on Mac OSX using build 20011003, and Win 2k using build 20011002.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•23 years ago
|
||
What list? I see nothing in the "Steps to reproduce" about creating a list.
Insufficient bug description.
Comment 4•23 years ago
|
||
Steps to reproduce:
1.Open Composer
2.Click on the numbered list button on the toolbar, and type in a few lines of
list items.
3.Click Edit -> select all
4.Choose Heading 1 from the paragraph styles drop-down menu
5.Click at the end of the last line of the list
6.Type some text
7.Hit enter again
Actual Results:
The first return makes a line underneath the heading 1 line, but this is not a
new list line. The second return makes a new list line. A third return will
exit the list.
Expect Results:
I would expect that hitting return would make a new list line. I would expect
that the new list line would be body text.
Comment 5•23 years ago
|
||
editor core bug
Assignee: cmanske → jfrancis
Component: Editor: Composer → Editor: Core
Summary: Lists with Headings applied do not create new lines properly → Lists with Headings applied do not create new list items properly
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.6
Assignee | ||
Comment 6•23 years ago
|
||
*** Bug 102759 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 7•23 years ago
|
||
Although this is a seperate bug, the fix is in the patch for bug 98351.
Whiteboard: EDITORBASE → EDITORBASE; fixinhand; need r=,sr=
Assignee | ||
Comment 10•23 years ago
|
||
fix checked in on trunk.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•