Ticket #3476 (closed Bug: fixed)
Indentation and list features don't work in specific cases
| Reported by: | damo | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | IBM Confirmed Review+ | Cc: |
Description
Steps to reproduce:
- Open nightly Replace text area by class name sample
- Place cursor on the bold sample text text
- 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;"> </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
Change History
comment:2 Changed 4 years ago by garry.yao
- Keywords Confirmed added
- Owner set to garry.yao
- Status changed from new to assigned
Sorry, it's a regression problem, when we're introducing some changes to the range api, there're chaos occurred.
Note: See
TracTickets for help on using
tickets.

Not sure if this is related to #3247 ?