Closed Bug 188657 Opened 22 years ago Closed 20 years ago

Find string not updated if not searched once

Categories

(Camino Graveyard :: General, defect)

PowerPC
macOS
defect
Not set
normal

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.
->sfraser
Assignee: saari → sfraser
This is a one-liner.  Just add 

  [self storeSearchText: [mSearchField stringValue]];

as the first line of -(void)controlTextDidChange in FindDlgController.mm
mSearchField applies to the search toolbar, not the find dialog box.
This looks like a dup of bug 87678.

Will be fixed by the patch in bug 235254.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Depends on: 235254
You need to log in before you can comment on or make changes to this bug.