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 202920 - Tabs invisible after "Close Tab from Previous Executions"
Summary: Tabs invisible after "Close Tab from Previous Executions"
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-01 08:34 UTC by sunbiz
Modified: 2011-10-11 14:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
visible tabs (32.10 KB, image/png)
2011-10-01 08:37 UTC, sunbiz
Details
after tabs get invisible (32.55 KB, image/png)
2011-10-01 08:38 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2011-10-01 08:34:43 UTC
[ BUILD # : 201109222201 ]
[ JDK VERSION : 1.6.27 ]

Steps to reproduce:
1.) Right on database -> Execute Command
2.) type two table query, thus two resultset tabs open
     select * from table1;
     select * from table2;

3.) Execute the query again
4.) Right click on the Resultset tab -> "Close Tab from Previous Executions"
5.) All tabs get invisible, but actually, they are open
Comment 1 sunbiz 2011-10-01 08:37:45 UTC
Created attachment 111391 [details]
visible tabs
Comment 2 sunbiz 2011-10-01 08:38:07 UTC
Created attachment 111392 [details]
after tabs get invisible
Comment 3 sunbiz 2011-10-01 08:41:50 UTC
Raising the issue to P2, since after this happens once, the tabs never become visible unless the IDE is restarted. This makes the result grid for the queries unusable.
Comment 4 Jiri Rechtacek 2011-10-03 04:02:43 UTC
I can confirm it in latest dev builds. Thanks for the report.
Comment 5 Jiri Rechtacek 2011-10-09 14:56:53 UTC
core-main/rev/34428165d1d1
Comment 6 Quality Engineering 2011-10-11 14:07:08 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/34428165d1d1
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #202920: Tabs invisible after "Close Tab from Previous Executions"