Opened 15 years ago

Closed 15 years ago

#3167 closed Bug (fixed)

[IE]EnterKey=br incorrect with list item

Reported by: Garry Yao Owned by: Martin Kou
Priority: Must have (possibly next milestone) Milestone: CKEditor 3.0
Component: General Version:
Keywords: IE Confirmed Review+ Cc:

Description

Reproducing Procedures

  1. Open the replace by code example page;
  2. Make document content and selection as following:
    <ol>
    	<li>
    		level1 ^</li>
    </ol>
    text
    
  3. Press Enter key
    • Actual Result :
      <ol>
      	<li>
      		level1 <br />
      	</li>
      </ol>
      text
      
    • Expected Result :
      <ol>
      	<li>
      		level1 </li>
      	<li>
      		<br />
      	</li>
      </ol>
      text
      

Attachments (2)

3167.patch (1.4 KB) - added by Martin Kou 15 years ago.
3167_2.patch (590 bytes) - added by Martin Kou 15 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 15 years ago by Garry Yao

Owner: Garry Yao deleted

comment:2 Changed 15 years ago by Garry Yao

Keywords: IE added
Summary: enterKey=br incorrect with list item[IE]EnterKey=br incorrect with list item

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Priority: NormalHigh

comment:4 Changed 15 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

Changed 15 years ago by Martin Kou

Attachment: 3167.patch added

comment:5 Changed 15 years ago by Martin Kou

Keywords: Review? added

Changed 15 years ago by Martin Kou

Attachment: 3167_2.patch added

comment:6 Changed 15 years ago by Martin Kou

Posted another patch - I found a simpler way to do the same thing by looking at how the elementpath plugin got the start element from a selection.

comment:7 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:8 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [3292].

Click here for more info about our SVN system.

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