Opened 13 years ago

Closed 13 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

  1. 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)

7467.patch (854 bytes) - added by Garry Yao 13 years ago.
7467_2.patch (918 bytes) - added by Garry Yao 13 years ago.
7467_3.patch (943 bytes) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 13 years ago by Garry Yao

Status: newconfirmed

Regression of [6373].

Changed 13 years ago by Garry Yao

Attachment: 7467.patch added

Changed 13 years ago by Garry Yao

Attachment: 7467_2.patch added

comment:2 Changed 13 years ago by Garry Yao

Owner: set to Garry Yao
Status: confirmedreview

New patch considers #7455.

comment:3 Changed 13 years ago by Wiktor Walc

#7458 was marked as dup

comment:4 Changed 13 years ago by Wiktor Walc

Status: reviewreview_failed

It looks like it is impossible now to "Decrease Indent" of item "i11" when following TC from #7458

Changed 13 years ago by Garry Yao

Attachment: 7467_3.patch added

comment:5 Changed 13 years ago by Garry Yao

Status: review_failedreview

comment:6 Changed 13 years ago by Sa'ar Zac Elias

Status: reviewreview_passed

comment:7 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [6635].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy