Opened 16 years ago
Closed 15 years ago
#4046 closed Bug (fixed)
Text align should respect EnterMode=br
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | Core : Styles | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
This's a bug migration of #390.
Reproducing Procedures
- Open the 'replace by code' sample page with enterMode = BR.
- Load the document with following content and selection:
line1<br /> ^line2<br />
- Click on 'Align Right' to perform text alignment.
- Actual Result:
<p style="text-align: right"> line1<br /> line2</p>
- Expected Result: Only the selected line get aligned.
- Actual Result:
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
---|
comment:3 Changed 15 years ago by
Milestone: | CKEditor 3.1 → CKEditor 3.2 |
---|---|
Version: | → SVN (CKEditor) |
comment:4 Changed 15 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
It's enough to just align it with with #3730.
Changed 15 years ago by
Attachment: | 4046.patch added |
---|
comment:5 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Refine the description a bit.