Opened 12 years ago

Closed 12 years ago

#9103 closed Bug (fixed)

Outdent RTL sub list loose text direction

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.6.4
Component: Core : Lists Version: 3.6.4
Keywords: Cc:

Description

  1. Load the editor with the following content and selection:
    <ul>
    	<li>foo
    		<ul style="direction: rtl">
    			<li>bar^</li>
    		</ul>
    	</li>
    </ul>
    
  2. Press the "Decrease Indent" button
  • Actual Result: RTL list item "bar" now has become LTR

Change History (3)

comment:1 Changed 12 years ago by Garry Yao

Regression of [7535].

comment:2 Changed 12 years ago by Jakub Ś

Status: newconfirmed

comment:3 Changed 12 years ago by Garry Yao

Resolution: fixed
Status: confirmedclosed
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