Closed Bug 57715 Opened 24 years ago Closed 23 years ago

outdent takes text out of list

Categories

(Core :: DOM: Editor, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 54218
mozilla0.9.2

People

(Reporter: sujay, Assigned: mozeditor)

Details

(Whiteboard: [QAHP])

using 10/19 build of netscape

1) launch netscape
2) launch composer
3) click bullet list to get into this mode
4) enter some text
5) hit indent button
5) hit outdent button

notice right after you hit outdent button, the bullet disappears
and you just have normal text. it should retain the bullet

all platforms.
Tricky tricky...  Outdent and indent are overloaded to use blockquote when not 
inside lists, and do sublisting/unlisting when in lists.  But outdent looks from 
the inside out, and indent looks from the outside in.  This causes them to be 
unsymetric in behavoir when acting on an entire list.  Indent will blockquote the 
entire list, but then outdent will unlist the list.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
A related bug that I came across is when you blockquote first and then start a 
list, you can get out of the list with outdent but you can't get out of the outer 
blockquote with outdent.
moving a bunch of 0.9 bugs to 0.9.1
Target Milestone: mozilla0.9 → mozilla0.9.1
Whiteboard: [QAHP]
Target Milestone: mozilla0.9.1 → mozilla0.9.2

*** This bug has been marked as a duplicate of 54218 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
verified in 5/3 build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.