Ticket #2159 (closed Bug: fixed)
Undoing replaced text restores fake selection HTML
| Reported by: | martinkou | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.1 |
| Component: | General | Version: | SVN |
| Keywords: | Confirmed | Cc: |
Description
This bug was discovered while working on #2150. It will be fixed with the patch of #2150 since the find/replace logic of the dialog is being rewritten right now.
To reproduce:
- Open sample01.html.
- Open the Replace dialog.
- Look for "some" and fill in "same" for the replacement text.
- Press "Replace" twice so that the "some" in the document is replaced.
- Close the dialog.
- Press undo once.
- The "some" in the editing document is highlighted... but it's a fake highlight done by CSS effects and it shouldn't be saved by the undo system at all.
Change History
Note: See
TracTickets for help on using
tickets.