This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 29221 - "Edit > Find" Dialog might be allowed stay until user explicitly closes this dialog
Summary: "Edit > Find" Dialog might be allowed stay until user explicitly closes this ...
Status: RESOLVED DUPLICATE of bug 17635
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-02 19:08 UTC by Sakthivel Gopal
Modified: 2007-11-05 13:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sakthivel Gopal 2002-12-02 19:08:31 UTC
NB dev build 200209250100

Edit>Find open closes off once the user clicks on Find.
The common implementation of this is, the Find dialog 
where user types his search pattern is allowed to stay 
open to help him/her iterate thru the patterns in the 
source -- is kept open until the user chooses to 
explicitly close this dialog.

The "Edit> Replace" dialog stays open until the user 
closes it.
THis is request for similar implementation with Edit/Find 
dialog.
Comment 1 ehucka 2002-12-17 09:16:59 UTC
Do you think this is DEFECT?
Comment 2 Sakthivel Gopal 2002-12-17 17:45:27 UTC
It's kind of inconvenient, if the user needs to iterate through find.
Hence, consider it as a defect.
Comment 3 Martin Roskanin 2003-01-22 12:50:02 UTC

*** This issue has been marked as a duplicate of 17635 ***
Comment 4 Martin Roskanin 2003-01-22 12:53:08 UTC
As for now it is as designed behaviour. Finding the next occurence of
found string can be done via F3. There is already enhancement 17635
that tracks the problem.