Opened 14 years ago
Closed 14 years ago
#6610 closed Bug (fixed)
[BIDI] enterBr change direction in one line out of multiple
Reported by: | Garry Yao | Owned by: | Tobiasz Cudnik |
---|---|---|---|
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.
Attachments (1)
Change History (8)
comment:1 Changed 14 years ago by
Milestone: | CKEditor 3.4.3 → CKEditor 3.5.1 |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
Changed 14 years ago by
Attachment: | 6610.patch added |
---|
comment:4 Changed 14 years ago by
Status: | assigned → review |
---|
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed by Tobiasz with [6276].
Regression of [5977].