Opened 15 years ago

Closed 15 years ago

#3476 closed Bug (fixed)

Indentation and list features don't work in specific cases

Reported by: Damian Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: IBM Confirmed Review+ Cc:

Description

Steps to reproduce:

  1. Open nightly Replace text area by class name sample
  2. Place cursor on the bold sample text text
  3. Attempt to create a list or indent the paragraph


Actual result
The feature fails, leaving behind an _fck_bookmark span as below:

<p>
  This is some <strong>samp<span _fck_bookmark="1" id="cke_bm_81S" style="display: none;">&nbsp;</span>le text</strong>. 
You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>

This can also be reproduced by selecting the entire line of text using the mouse (not CTRL+A).
Reproduced on FF2, FF3 and IE7

Attachments (1)

3476.patch (895 bytes) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 15 years ago by Damian

Not sure if this is related to #3247 ?

comment:2 Changed 15 years ago by Garry Yao

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

Sorry, it's a regression problem, when we're introducing some changes to the range api, there're chaos occurred.

Changed 15 years ago by Garry Yao

Attachment: 3476.patch added

comment:3 Changed 15 years ago by Garry Yao

Keywords: Review? added

Though the 'domWalker' will be deprecated soon, I'm fixing it here to avoid blocking further testing.

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:5 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3462].

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