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 200302 - Executing SQL command switches Output window to leftmost sub-tab.
Summary: Executing SQL command switches Output window to leftmost sub-tab.
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
: 215678 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-07-21 23:11 UTC by pekarna
Modified: 2012-07-27 20:54 UTC (History)
2 users (show)

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 pekarna 2011-07-21 23:11:07 UTC
STR:

1) Have an app running, this keeps open it's output.
2) Connect to a DB and execute some SQL (either icon or Ctrl+Shift+E)

A sub-tab called "SQL Command 1 Execution" will appear, but the active one will be the app's output.

3) Click on the SQL Command tab
4) Execute the command again

This will switch again to the app's output sub-tab.
Desirable behavior, of course, is to show SQL's output.

Note that the app doesn't add anything to the output (which could potentially cause the switching, but it does not).
Comment 1 Jiri Rechtacek 2011-10-14 11:11:39 UTC
Incorrect switching output tabs confirmed in latest nightly builds.
Comment 2 Jaroslav Havlin 2012-04-24 10:18:46 UTC
http://hg.netbeans.org/core-main/rev/fa6d2f07c3d1
Fixed.
Comment 3 Quality Engineering 2012-04-25 10:01:31 UTC
Integrated into 'main-golden', will be available in build *201204250400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fa6d2f07c3d1
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #200302 - Executing SQL command switches Output window to leftmost sub-tab
Comment 4 matthias42 2012-07-27 20:54:18 UTC
*** Bug 215678 has been marked as a duplicate of this bug. ***