Opened 16 years ago
Last modified 15 years ago
#4046 closed Bug
Text align should respect EnterMode=br — at Version 1
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
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:
Refine the description a bit.