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

Summary: Tabs invisible after "Close Tab from Previous Executions"
Product: db Reporter: sunbiz <sunbiz>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: normal CC: sunbiz
Priority: P2    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: visible tabs
after tabs get invisible

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"