Opened 15 years ago

Closed 14 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 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.

Attachments (1)

4046.patch (794 bytes) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 15 years ago by Garry Yao

Description: modified (diff)

Refine the description a bit.

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0CKEditor 3.1

comment:3 Changed 14 years ago by Garry Yao

Milestone: CKEditor 3.1CKEditor 3.2
Version: SVN (CKEditor)

comment:4 Changed 14 years ago by Garry Yao

Keywords: Confirmed Review? added
Owner: set to Garry Yao
Status: newassigned

It's enough to just align it with with #3730.

Changed 14 years ago by Garry Yao

Attachment: 4046.patch added

comment:5 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

comment:6 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5004].

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