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 96035

Summary: Bad view of installation progress panel.
Product: installer Reporter: Michael Nazarov <michaelnazarov>
Component: NBIAssignee: Kirill Sorokin <ksorokin>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description Michael Nazarov 2007-02-20 14:31:30 UTC
There are long objects paths showed during installation. In this case all page
components including progress bar goes up on the panel, then goes back down.
Such behavior makes panel view ugly and looks like annoying flicker.
This issue is highly visible, so P2.

There are two parts on the screenshot - normal panel view at left and all staff
one pixel up at right.
Comment 1 Michael Nazarov 2007-02-20 14:32:06 UTC
Created attachment 38719 [details]
screenshot
Comment 2 dlipin 2007-03-23 07:31:27 UTC
Just a note that can probably help to find the core of the issue.
This issue is reproducible only in the normal (installation) mode and not 
reproducible in create-bundle mode.
Comment 3 Michael Nazarov 2007-03-30 08:37:41 UTC
I changed OS to All because issue confirmed at least on Solaris x86. I think
other platforms affected also.
Comment 4 Kirill Sorokin 2007-04-20 11:07:30 UTC
*** Issue 101925 has been marked as a duplicate of this issue. ***
Comment 5 Kirill Sorokin 2007-04-20 16:59:25 UTC
This is caused by a bug in GridBagLayout. We switched to BorderLayout for the
wizard frame container, and the issue seems fixed.

-> FIXED
Comment 6 Kirill Sorokin 2007-04-23 08:43:55 UTC
*** Issue 102097 has been marked as a duplicate of this issue. ***
Comment 7 Michael Nazarov 2007-04-25 13:38:52 UTC
Great.