Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#3574 closed Bug (fixed)

Indent whole paragraph incorrect

Reported by: Garry Yao Owned by: Garry Yao
Priority: Must have (possibly next milestone) Milestone: CKEditor 3.0
Component: Core : Styles Version:
Keywords: Confirmed Review+ Cc:

Description

Reproducing Procedures

  1. Open the replace by class example page in FF;
  2. Press 'Select All' button;
  3. Click on 'Increase Indent' command;
    • Expected Result:
      <p style="margin-left: 40px;">
      	This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>
      
    • Actual Result: Javascript error thrown.
      <p style="margin-left: 40px;">
      	<span _fck_bookmark="1" style="display: none;">&nbsp;</span></p>
      <p style="margin-left: 40px;">
      	This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>
      

Attachments (1)

3574.patch (2.0 KB) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 15 years ago by Garry Yao

Status: newassigned

Again, we need deprecate the usage of 'getBoundary' within 'domiterator'.

Changed 15 years ago by Garry Yao

Attachment: 3574.patch added

comment:2 Changed 15 years ago by Garry Yao

Keywords: Confirmed Review? added

comment:3 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3574].

comment:5 Changed 15 years ago by Garry Yao

Oops, should be fixed with [3538].

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