Opened 16 years ago
Closed 16 years ago
#3759 closed Bug (fixed)
Replace all only searches to the end of the document
Reported by: | Damian | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | 3.0RC IBM Review+ | Cc: |
Description
When using replace all in a document and the cursor was placed in the middle of the document, the search only replaces those instances between the cursor and the end of the document.
Attachments (2)
Change History (9)
Changed 16 years ago by
Attachment: | 3759.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | RC Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Keywords: | 3.0RC added; RC removed |
---|
comment:4 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
It would be better if this fix could be limited to the reported case, not changing the current "cyclic" behavior for find and replace.
Changed 16 years ago by
Attachment: | 3759_2.patch added |
---|
comment:5 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
Now the replacement will happen at whole document range independent of cyclic.
comment:6 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please remember to commit #3757 as well as replace is totally broken without it.
Two updates, now with Match cyclic checked: