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 20823 - 'find' dialog is opened with unselected text
Summary: 'find' dialog is opened with unselected text
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-25 08:26 UTC by zohar
Modified: 2007-11-05 13:44 UTC (History)
0 users

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 zohar 2002-02-25 08:26:42 UTC
sometimes (I can't say in what conditions), the 'find' dialog is opened with 
unselected text (from previous 'find'?). This means that whatever I type 
(blindly) is concatenated to the existing text. Very annoying.
Another thing is that during these times, the 'Match Whole Words Only' option 
is selected, although it was unchecked during the previous search.
Comment 1 zohar 2002-02-25 08:27:21 UTC
I forgot...
build 200202210100 JDK 1.4.0
Comment 2 _ ttran 2002-02-25 08:38:25 UTC
find dialog belongs to the editor module, not core.
Comment 3 zohar 2002-02-27 08:41:57 UTC
very annoying.
Comment 4 Martin Roskanin 2002-02-27 10:21:59 UTC
fixed in [maintrunk]

/cvs/editor/libsrc/org/netbeans/editor/ActionFactory.java,v  <--  ActionFactory.java
new revision: 1.33; previous revision: 1.32

/cvs/editor/libsrc/org/netbeans/editor/FindSupport.java,v  <--  FindSupport.java
new revision: 1.49; previous revision: 1.48

/cvs/editor/libsrc/org/netbeans/editor/ext/FindDialogSupport.java,v  <--  FindDialogSupport.java
new revision: 1.26; previous revision: 1.25
Comment 5 pfelenda 2003-10-14 11:52:13 UTC
Verified in dev build 200310100100. Find dialog is opened with
selected text.