Opened 15 years ago
Last modified 14 years ago
#6610 closed Bug
[BIDI] enterBr change direction in one line out of multiple — at Version 2
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | Core : Styles | Version: | 3.4 |
Keywords: | Cc: |
Description (last modified by )
With "config.enterMode = CKEDITOR.ENTER_BR":
- Load the following content and selection:
<p> line1<br /> line2^ </p>
- Click on 'RTL' button;
- Actual Result: Affects the entire paragraph;
- Expected Result: Second line that breaks away from the paragraph is only affected.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.4.3 → CKEditor 3.5.1 |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|