Opened 17 years ago
Closed 17 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:
- 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 (1)
Change History (6)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
| Keywords: | Confirmed added |
|---|---|
| Owner: | set to Garry Yao |
| Status: | new → assigned |
Sorry, it's a regression problem, when we're introducing some changes to the range api, there're chaos occurred.
Changed 17 years ago by
| Attachment: | 3476.patch added |
|---|
comment:3 Changed 17 years ago by
| Keywords: | Review? added |
|---|
Though the 'domWalker' will be deprecated soon, I'm fixing it here to avoid blocking further testing.
comment:4 Changed 17 years ago by
| Keywords: | Review+ added; Review? removed |
|---|

Not sure if this is related to #3247 ?