Opened 13 years ago

Closed 10 years ago

#7434 closed Bug (fixed)

[IE9] Inaccessible empty list item

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.0
Keywords: IE9 HasPatch Cc:

Description

With IE9 standard mode:

  1. Load the editor with the following input:
    <ol>
    	<li>
    		item1</li>
    	<li>
    		&nbsp;</li>
    	<li>
    		item2</li>
    </ol>
    
  2. Try to move cursor into the second list item;
  • Actual Result: It's impossible to access the middle list item

Attachments (1)

7434.patch (745 bytes) - added by Jakub Ś 12 years ago.
patch proposed by @mrfr0g

Download all attachments as: .zip

Change History (5)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

This issue has also been described in #7515

Last edited 12 years ago by Jakub Ś (previous) (diff)

Changed 12 years ago by Jakub Ś

Attachment: 7434.patch added

patch proposed by @mrfr0g

comment:2 Changed 12 years ago by Jakub Ś

Keywords: HasPatch added

comment:3 Changed 12 years ago by Jakub Ś

I have attached patch proposed by #mrfr0g. At first glance it works fine although it was not tested thoroughly.

comment:4 Changed 10 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed

I have checked this issue in IE8-11 in CKEditor 4.3.3 but didn't get this problem.

Most likely expired on master.

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