Opened 14 years ago
Closed 14 years ago
#7467 closed Bug (fixed)
[FF] Extra br in nested list
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | Core : Lists | Version: | 3.5.1 |
Keywords: | Firefox | Cc: |
Description
- Load editor with the following content and selection:
<ol> <li> item1^ <ol> <li> item2</li> </ol> </li> </ol>
- Actual Result: Unexpected new line is opened after the nested list.
Attachments (3)
Change History (10)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
Changed 14 years ago by
Attachment: | 7467.patch added |
---|
Changed 14 years ago by
Attachment: | 7467_2.patch added |
---|
comment:2 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
New patch considers #7455.
comment:4 Changed 14 years ago by
Status: | review → review_failed |
---|
It looks like it is impossible now to "Decrease Indent" of item "i11" when following TC from #7458
Changed 14 years ago by
Attachment: | 7467_3.patch added |
---|
comment:5 Changed 14 years ago by
Status: | review_failed → review |
---|
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6635].
Regression of [6373].