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 38391 - Command editor is not focused
Summary: Command editor is not focused
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
: 39184 40474 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-05 14:51 UTC by Jiri Skrivanek
Modified: 2004-03-04 15:05 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 Jiri Skrivanek 2004-01-05 14:51:21 UTC
When there is more than one TopComponent in editor
mode, Command Editor is not focused. To open
Command Editor connect to a database and call View
data on a table node.

Tested in build 200401041900, JDK1.4.2_03,
WindowsXP, Oracle DB.
Comment 1 Radko Najman 2004-01-23 17:24:51 UTC
*** Issue 39184 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Skrivanek 2004-01-29 15:47:44 UTC
It should be fixed because it is really annoying when testing :-) It
is easy to fix:

Index: ExecuteCommandAction.java
===================================================================
RCS file:
/cvs/db/src/org/netbeans/modules/db/explorer/actions/ExecuteCommandAction.java,v
retrieving revision 1.9
diff -r1.9 ExecuteCommandAction.java
49a50
>                 win.requestActive();

Index: ViewDataAction.java
===================================================================
RCS file:
/cvs/db/src/org/netbeans/modules/db/explorer/actions/ViewDataAction.java,v
retrieving revision 1.19
diff -r1.19 ViewDataAction.java
111a112
>                 win.requestActive();
Comment 3 Radko Najman 2004-01-30 09:19:08 UTC
Proposed patch applied. Thanks.
Comment 4 Jiri Skrivanek 2004-02-02 12:59:22 UTC
Verified in build 200402011900.
Comment 5 Jiri Skrivanek 2004-03-04 15:05:05 UTC
*** Issue 40474 has been marked as a duplicate of this issue. ***