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 40474 - [36cat] Execute command on DB does not focus opened tab
Summary: [36cat] Execute command on DB does not focus opened tab
Status: RESOLVED DUPLICATE of bug 38391
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@db
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-25 14:59 UTC by jasondonmoyer
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 jasondonmoyer 2004-02-25 14:59:46 UTC
[ JDK VERSION : J2SE 1.4.2_02 ]

When running 'Execute Command' from the Runtime tab -> Databases -> my JDBC connection, the new editor tab that's created does not obtain the focus in the editor window.  This occurs in the 2/22 dev build as well as 3.6 beta.
Comment 1 Miloslav Metelka 2004-02-27 18:36:29 UTC
Window system should be responsible for proper transferring of the
focus. Reassinging to core/ws.
Comment 2 David Simonek 2004-03-04 14:31:33 UTC
The problem is likely on db module side, which probably doesn't call
new topcomponent.requestActive() method (instead of deprecated
topcomponent.requestFocus()).
If I'm wrong, please reassign, but add steps how to create JDBC
connection, I'm not familiar with it. Thx.
Comment 3 Jiri Skrivanek 2004-03-04 15:05:06 UTC
It was fixed a month ago. I wonder if it still appears in newer builds
than 200402011900. Please, try it with clean userdir and the latest
build and if the problem is still there, please reopen.

*** This issue has been marked as a duplicate of 38391 ***