Closed
Bug 47017
Opened 25 years ago
Closed 25 years ago
outdenting can introduce extra <br>s
Categories
(Core :: DOM: Editor, defect, P4)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: mozeditor, Assigned: mozeditor)
Details
(Whiteboard: [nsbeta3-][p:4][minus])
type a line of text in html editor, hit return, type another line of text. Now
indent first line several times. Now outdent it back several times. Observe
extra br's widening the space between first and second line.
| Assignee | ||
Comment 1•25 years ago
|
||
b3 nomination
Updated•25 years ago
|
Priority: P3 → P4
Whiteboard: [nsbeta3+] → [nsbeta3+][p:4]
PDT downloading to [nsbeta3-]. Easy workaround.
Whiteboard: [nsbeta3+][p:4] → [nsbeta3-][p:4][minus]
| Assignee | ||
Comment 4•25 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
I still see this in 8/30 build...we should have no br's at all while outdenting
and indenting right ?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•25 years ago
|
||
you should see 1 br, but not multiple br's -- the 1 br is required so you can
get a selection point. As you indent/outdent additional br's should not be
added. If that is the case, tehn this is resolved, if additional br's are added,
then please reopen.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•