Ticket #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
Note: See
TracTickets for help on using
tickets.

Regression of [7535].