Opened 16 years ago
Closed 16 years ago
#3606 closed Bug (fixed)
Replace feature leaves selection after cancel
Reported by: | Damian | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IBM Confirmed Review+ | Cc: |
Description
The replace feature causes the selection to be saved in the document.
To reproduce:
- Open Ajax sample and add some text.
- Use Replace feature to find a known word and replace with another.
- Cancel from the dialog, ensuring the selection is still on the last replaced word.
- Remove the editor.
Results in the selection being saved with the document. E.g.:
<span style="color: rgb(255,255,255); background-color: rgb(0,0,68)">Test</span>
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3606.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
The expected behavior is selecting the replaced text, but without the highlight.