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 30617 - "Goto line" dialog won't take keyboard input following a ^F
Summary: "Goto line" dialog won't take keyboard input following a ^F
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-03 20:15 UTC by eakle
Modified: 2007-11-05 13:42 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 eakle 2003-02-03 20:15:08 UTC
In the S1S Nevada codeline (seems to work ok in the trunk 
codeline), I open a source editor, and type ^F ("Find"), 
enter a string and hit return.  It performs the find OK. 
Now I type ^G ("GoTo Line") and type in a line number, but 
the value isn't accepted by the dialog.  For this case 
(following a ^F) I have to first click into the "Goto 
Line:" field before I can type the line number -- I should 
be able to type the line number without having to first 
click into the field.
Comment 1 Martin Roskanin 2003-02-04 09:34:27 UTC
fixed in [maintrunk]

Please verify the fix. I couldn't reproduce the bug. As for editor
module the codeline for Nevada is the same as maintrunk codeline. If
you will be able to reproduce the bug since tomorrow build, please
reopen the bug and provide more info, such as build number, jdk
version, MDI/SDI ...
Thanks, Mato


/cvs/editor/libsrc/org/netbeans/editor/ext/GotoDialogSupport.java,v 
<--  GotoDialogSupport.java
new revision: 1.15; previous revision: 1.14


Comment 2 Martin Roskanin 2003-05-23 13:01:36 UTC
fixed in [prj40_prototype] also

/cvs/editor/libsrc/org/netbeans/editor/ext/GotoDialogSupport.java,v 
<--  GotoDialogSupport.java
new revision: 1.12.58.1; previous revision: 1.12
Comment 3 Jiri Prox 2006-04-07 09:07:26 UTC
Verified