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 54279 - Need to press Enter twice to start searching
Summary: Need to press Enter twice to start searching
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: RANDOM, USABILITY
Depends on:
Blocks:
 
Reported: 2005-02-01 12:36 UTC by Marian Petras
Modified: 2005-02-02 12:04 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 Marian Petras 2005-02-01 12:36:18 UTC
User needs to press Enter twice to start searching
from the Find dialog.
Comment 1 Marian Petras 2005-02-01 12:36:41 UTC
Accepted.
Comment 2 Marian Petras 2005-02-02 11:59:02 UTC
It is not 100% reproducible.
Comment 3 Marian Petras 2005-02-02 12:04:54 UTC
Fixed in the trunk.

The hacky fix disables the default handling mechanism if the Enter key
is pressed and directly commands the default button to do a click.

Modified files:
    utilities/src/org/netbeans/modules/search/types/:
                           TextCustomizer.form   (1.17)
                           TextCustomizer.java   (1.29)

Diffs:
http://utilities.netbeans.org/source/browse/utilities/src/org/netbeans/modules/search/types/TextCustomizer.form.diff?r1=1.16&r2=1.17&f=u
http://utilities.netbeans.org/source/browse/utilities/src/org/netbeans/modules/search/types/TextCustomizer.java.diff?r1=1.28&r2=1.29&f=u