Opened 14 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
- Load the sample page with the following content:
<ol> <li> item1 <ol dir="ltr"> <li> item2</li> </ol> </li> </ol>
- Make a full selection and apply "RTL";
- Actual Result: "item2" still in LTR.
Right now there's no explicit cleanup of existed text direction on subtree.