Opened 17 years ago
Closed 17 years ago
#2159 closed Bug (fixed)
Undoing replaced text restores fake selection HTML
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.1 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
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 (2)
comment:1 Changed 17 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed along the ticket #2150.