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
- Load the editor with the following content and selection:
<ul> <li>foo <ul style="direction: rtl"> <li>bar^</li> </ul> </li> </ul>
- 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
comment:2 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Updated http://ckeditor.t/tt/9057/1.html
Fixed with [7548].
Regression of [7535].