Opened 13 years ago

Closed 13 years ago

#6724 closed Bug (fixed)

IE7: List becomes distorted when Increase Indent is pressed

Reported by: James Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.5.1
Component: Core : Lists Version: 3.4.2
Keywords: IBM IE7 Cc: Damian, joek, Satya Minnekanti

Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE7.
  2. Paste the following code into the editor:
<ol>
	<li>
		line 1</li>
	<li>
		&nbsp;</li>
	<li>
		line 3</li>
</ol>
  1. Select line 3 & click on Increase Indent in the toolbar.

Expected: A list 2 layers deep should display properly in the editor & you should be able to access all 3 lines in the list.

Actual: The list becomes obscured & there is no way to access the second numbered list item. (see attachment)

Attachments (2)

IE7_list_defect.jpg (25.3 KB) - added by James 13 years ago.
6724.patch (859 bytes) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by James

Attachment: IE7_list_defect.jpg added

comment:1 Changed 13 years ago by James

Summary: IE7: List becomes distorted Increase Indent is pressedIE7: List becomes distorted when Increase Indent is pressed

comment:2 Changed 13 years ago by Garry Yao

Milestone: CKEditor 3.5.1
Status: newconfirmed

Changed 13 years ago by Garry Yao

Attachment: 6724.patch added

comment:3 Changed 13 years ago by Garry Yao

Owner: set to Garry Yao
Status: confirmedreview

Similar with #3165.

comment:4 Changed 13 years ago by Tobiasz Cudnik

Status: reviewreview_passed

comment:5 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [6267].

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