Opened 14 years ago

Closed 14 years ago

#6499 closed Bug (fixed)

Indentation command stop working in enter mode BR

Reported by: Garry Yao Owned by:
Priority: Must have (possibly next milestone) Milestone: CKEditor 3.4.2
Component: Core : Styles Version: 3.4.1
Keywords: Cc:

Description

  1. Load the following content and select all:
    <p>pargraph1</p>
    some more text
    
  2. Click on 'Indent' command.
    • Actual Result:
      <span id="cke_bm_96S" style="display: none;">&nbsp;</span>
      <p>
      	pargraph1</p>
      some more text <span id="cke_bm_96E" style="display: none;">&nbsp;</span>
      

Change History (2)

comment:1 Changed 14 years ago by Garry Yao

Status: newconfirmed

Regression of [5842].

comment:2 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: confirmedclosed

Fixed with [5974] as micro-change.

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