Opened 13 years ago

Closed 13 years ago

#7011 closed Bug (fixed)

Nested list with different direction

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

Description

  1. Load the sample page with the following content:
    <ol>
    	<li>
    		item1
    		<ol dir="ltr">
    			<li>
    				item2</li>
    		</ol>
    	</li>
    </ol>
    
  2. Make a full selection and apply "RTL";
  • Actual Result: "item2" still in LTR.

Change History (2)

comment:1 Changed 13 years ago by Garry Yao

Status: newconfirmed

Right now there's no explicit cleanup of existed text direction on subtree.

comment:2 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: confirmedclosed

Expired on trunk.

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