Opened 13 years ago

Closed 13 years ago

#8042 closed Bug (fixed)

extra direction attribute after indentation

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.6.1
Component: Core : BiDi Version: 3.6.1
Keywords: Cc:

Description

Load the following list:

<ol dir="rtl">
	<li>
		item1
		<ol dir="ltr">
			<li>
				item2</li>
		</ol>
	</li>
	<li>
		^item3</li>
</ol>
  1. Indent then outdent the 3rd item;
  • Actual Result: an unnecessary dir="rtl" created on the list item;
  • Expected Result: Content remains unchanged;

Attachments (1)

8042.patch (964 bytes) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

Reproducible on all browsers from rev [6928].

comment:2 Changed 13 years ago by Wiktor Walc

Milestone: CKEditor 3.6.1

Related issue (caused by the same changeset): #8053

Changed 13 years ago by Garry Yao

Attachment: 8042.patch added

comment:3 Changed 13 years ago by Garry Yao

Owner: set to Garry Yao
Status: confirmedreview

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

Status: reviewreview_passed

comment:5 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [7054].

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