Opened 12 years ago
Closed 12 years ago
#7016 closed Bug (fixed)
[enterBr] apply text direction to fully list selection
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | Core : BiDi | Version: | 3.5.1 |
Keywords: | Cc: |
Description
- Start editor with enterMode BR;
- Load the following content and selection:
<ul> <li>it[em1</li> <li>item]2</li> </ul>
- Apply 'RTL';
- Actual Result: DIR set on each list items;
- Expected Result: DIR set on list root;
Change History (4)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 12 years ago by
Milestone: | → CKEditor 3.5.1 |
---|
Regression of [6276].