Closed
Bug 98769
Opened 23 years ago
Closed 23 years ago
Edit/Undo of one find/replace action with multiple replacements takes several edit/undo clicks
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: TucsonTester2, Assigned: Brade)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95)
BuildID: 2001090303
Using edit/undo to undo a find/replace after replacing several instances of a
string in one click will take multiple edit/undo's
Reproducible: Always
Steps to Reproduce:
1.Open a normal document in Editor
2.Enter a string in the Find dialog that exists in document (e. g. AOL was in
the document 8 times)
3.Verify that you're able to find the first occurence of that string
4.In the Replace field, enter a null string
5.Click replace all
6.Choose Edit/Undo from the dropdown or use ctrl/z to undo
Actual Results: Using the edit/undo option will only undo one occurrence of
the replaced string at a time.
Expected Results: I expected the edit/undo to undo all of the replaced strings
at once since the replace of all the strings was done in one click and not
multiple clicks.
This is an annoyance having to click edit/undo 8 times or however many times it
takes to undo the replace all.
*** This bug has been marked as a duplicate of 67363 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Summary: Edit/Undo of one find/replace action with multiple replacements takes several edit/undo clicks → Edit/Undo of one find/replace action with multiple replacements takes several edit/undo clicks
You need to log in
before you can comment on or make changes to this bug.
Description
•