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 62267 - JList component jumps left after resizing
Summary: JList component jumps left after resizing
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 10:37 UTC by Marek Grummich
Modified: 2005-10-25 14:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
AFrame.form (21.95 KB, text/plain)
2005-08-15 10:37 UTC, Marek Grummich
Details
AFrame.java (16.94 KB, text/plain)
2005-08-15 10:37 UTC, Marek Grummich
Details
Exception (1.96 KB, text/plain)
2005-08-15 10:38 UTC, Marek Grummich
Details
Exception_II (2.13 KB, text/plain)
2005-08-15 12:19 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2005-08-15 10:37:14 UTC
Build 0508015
Steps:
- open an attached form
- select JList component
- resize JList in the vertical direction
=> JList component jumps left after resizing
If you try other approach to reach a required shape (make component smaller,
move, resize), you get the attached exception => NPE -
canCombine(LayoutFeeder.java:2069)
Comment 1 Marek Grummich 2005-08-15 10:37:36 UTC
Created attachment 23787 [details]
AFrame.form
Comment 2 Marek Grummich 2005-08-15 10:37:52 UTC
Created attachment 23788 [details]
AFrame.java
Comment 3 Marek Grummich 2005-08-15 10:38:17 UTC
Created attachment 23789 [details]
Exception
Comment 4 Marek Grummich 2005-08-15 12:19:06 UTC
Created attachment 23798 [details]
Exception_II
Comment 5 Marek Grummich 2005-08-15 12:20:31 UTC
The second exception is thrown when you resize JList in the vertical direction
to height of form.
Comment 6 Marek Grummich 2005-09-06 12:52:40 UTC
Cannot reproduce in the build 050906.
Comment 7 Jan Stola 2005-09-06 14:00:17 UTC
I am also no longer able to reproduce this issue. It seems to be fixed.
Comment 8 Marek Grummich 2005-10-25 14:34:30 UTC
Verified