Closed
Bug 66448
Opened 24 years ago
Closed 24 years ago
replace doesn't work for blank/null string
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: sujay, Assigned: kinmoz)
References
()
Details
using 1/24 build of netscape
1) launch netscape
2) Jump to above URL
3) bring it in editor
4) Edit | Replace "Paul" with " " <---null string
5) Click Replace to do the replace
It doesn't replace occurences of "Paul" with a blank space.
It should.
updating URL above.
okay it is working now....wasn't working earlier...
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Just a couple of notes here:
The Find/Replace dialog is non-modal which means it has to start
searching/replacing form where the current selection/caret is.
If your caret was at the end of the document and you had the "search backwards"
checkbox unchecked, or the caret was at the beginning of the document and you
had the "search backwards" checkbox checked, it would not have done anything ...
unless you had the "wrap around" check box checked.
Comment 5•24 years ago
|
||
changing qa contact from bugged account to sujay
QA Contact: sujay,shrir → sujay
You need to log in
before you can comment on or make changes to this bug.
Description
•