Opened 13 years ago

Closed 13 years ago

#6634 closed Bug (worksforme)

Nested list in RTL is incorrectly presented

Reported by: Garry Yao Owned by: Tobiasz Cudnik
Priority: Normal Milestone: CKEditor 3.5.1
Component: Core : BiDi Version: 3.4
Keywords: IBM Cc: jamcunni@…

Description

Nested list like the following looks wrong in editor as there's no desired margin on the right side to differs from the 1st level list.

<ul>
	<li>
		List item 1 (LTR)
		<ul>
			<li dir="rtl">
				List item 2 (RTL)</li>
		</ul>
	</li>
	<li>
		List item 3 (LTR)</li>
</ul>

Change History (6)

comment:1 Changed 13 years ago by Garry Yao

Cc: jamcunni@… added
Status: newconfirmed

The problem is originally been reported here.

comment:2 Changed 13 years ago by Frederico Caldeira Knabben

This issue can be easily worked around by CSS. My opinion is that we should add the necessary rules to the contents.css file, without bloating the editor code.

comment:3 Changed 13 years ago by James

Keywords: IBM added

comment:4 Changed 13 years ago by Garry Yao

Supposed to be fixed by #6249.

comment:5 Changed 13 years ago by Tobiasz Cudnik

Owner: set to Tobiasz Cudnik
Status: confirmedassigned

It's not fixed by #6249.

comment:6 Changed 13 years ago by Tobiasz Cudnik

Resolution: worksforme
Status: assignedclosed

Actually, after second check it indeed is fixed by #6249.

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