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 171385 - TabbedContainer ignores minimumSize of TabData coverted by ComponentConverter
Summary: TabbedContainer ignores minimumSize of TabData coverted by ComponentConverter
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-03 10:47 UTC by mklaehn
Modified: 2013-06-18 14:47 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 mklaehn 2009-09-03 10:47:37 UTC
this is a supplementory issue to http://www.netbeans.org/issues/show_bug.cgi?id=170897

the fix introduced there checks if the Component of a TabData is null. in the case of a set ComponentConverter for the
TabbedContainer any required minimumSize of the converted component is ignored and a default value used.
Comment 1 Stanislav Aubrecht 2013-06-12 09:29:10 UTC
core-main 0f11c3df78b7
Comment 2 Quality Engineering 2013-06-18 14:47:20 UTC
Integrated into 'main-golden', will be available in build *201306181109* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0f11c3df78b7
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #171385 - TabbedContainer ignores minimumSize of TabData coverted by ComponentConverter