Ticket #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 garry.yao) (diff)
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
Change History
comment:3 Changed 2 years ago by garry.yao
- Version set to SVN (CKEditor)
- Milestone changed from CKEditor 3.1 to CKEditor 3.2
Note: See
TracTickets for help on using
tickets.


Refine the description a bit.