Opened 13 years ago

Last modified 13 years ago

#6610 closed Bug

[BIDI] enterBr change direction in one line out of multiple — at Version 2

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.5.1
Component: Core : Styles Version: 3.4
Keywords: Cc:

Description (last modified by Garry Yao)

With "config.enterMode = CKEDITOR.ENTER_BR":

  1. Load the following content and selection:
    <p>
    line1<br />
    line2^
    </p>
    
  2. Click on 'RTL' button;
    • Actual Result: Affects the entire paragraph;
    • Expected Result: Second line that breaks away from the paragraph is only affected.

Change History (2)

comment:1 Changed 13 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.4.3CKEditor 3.5.1

comment:2 Changed 13 years ago by Garry Yao

Description: modified (diff)
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