Ticket #4046 (closed Bug: fixed)

Opened 3 years ago

Last modified 2 years ago

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

  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

4046.patch Download (794 bytes) - added by garry.yao 2 years ago.

Change History

comment:1 Changed 3 years ago by garry.yao

  • Description modified (diff)

Refine the description a bit.

comment:2 Changed 3 years ago by fredck

  • Milestone changed from CKEditor 3.0 to CKEditor 3.1

comment:3 Changed 2 years ago by garry.yao

  • Version set to SVN (CKEditor)
  • Milestone changed from CKEditor 3.1 to CKEditor 3.2

comment:4 Changed 2 years ago by garry.yao

  • Keywords Confirmed Review? added
  • Owner set to garry.yao
  • Status changed from new to assigned

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

Changed 2 years ago by garry.yao

comment:5 Changed 2 years ago by alfonsoml

  • Keywords Review+ added; Review? removed

comment:6 Changed 2 years ago by garry.yao

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed with [5004].

Note: See TracTickets for help on using tickets.
© 2003 – 2011 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy