Closed
Bug 188657
Opened 23 years ago
Closed 21 years ago
Find string not updated if not searched once
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stf, Assigned: sfraser_bugs)
References
Details
Make a find "a" and click on the find button.
Close the Find palette.
Make a Find again.
Open the Find palette and type "b" but DON'T click the Find button.
Close the Find palette.
Make a Find or Find Again, "a" is still searched instead of "b".
If you open the Find palette, "b" is inside the field.
Build 2003010706.
Comment 2•23 years ago
|
||
This is a one-liner. Just add
[self storeSearchText: [mSearchField stringValue]];
as the first line of -(void)controlTextDidChange in FindDlgController.mm
Comment 3•22 years ago
|
||
mSearchField applies to the search toolbar, not the find dialog box.
Assignee | ||
Comment 5•21 years ago
|
||
Will be fixed by the patch in bug 235254.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•