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 Garry Yao)

This's a bug migration of #390.

Reproducing Procedures

  1. Open the 'replace by code' sample page with enterMode = BR.
  2. Load the document with following content and selection:
    line1<br />
    ^line2<br />
    
  3. 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.

Change History (1)

comment:1 Changed 16 years ago by Garry Yao

Description: modified (diff)

Refine the description a bit.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy