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 66431 - [50cat] Matisse unexpected behaviour
Summary: [50cat] Matisse unexpected behaviour
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks: 136425
  Show dependency tree
 
Reported: 2005-10-11 02:51 UTC by marcpaes
Modified: 2012-06-13 16:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project with the forms (19.20 KB, application/x-compressed)
2005-10-11 02:51 UTC, marcpaes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marcpaes 2005-10-11 02:51:02 UTC
[ BUILD # : beta ]
[ JDK VERSION : 1.5.0_04 ]

I`m sending  to you a project  with  4 forms.  And what you have to do to cause some unexpect behaviour...  With Form2 and 3 i got exceptions... On 1 and 4 I could not be able
to create the design i wanted.

Form 1 - Try to align the end of JTextField5 with the end of JTextField1
Form 2 - Error when resing
Form 3 - Move the Table to align its top with the botton of the two buttons. Resize the botton of the
    form to align with the botton of the table. And finally try to resize the form -> Assertion Error...
Form 4 - Try to align the JPanel with the first combobox ...
Comment 1 marcpaes 2005-10-11 02:51:50 UTC
Created attachment 25776 [details]
Project with the forms
Comment 2 Tomas Pavek 2005-12-09 17:37:22 UTC
In Form 3 vertical resizability for the table should be set. Then it works fine.

In Form 4 aligning the panel left with either combobox causes rest of the
components to move right. This could be investigated.

Other cases work, no exception.
Comment 3 Jan Stola 2008-03-06 16:30:28 UTC
The first three test cases has been fixed. The last one (Form 4) is weird => lowering priority to P4.
Comment 4 Quality Engineering 2009-12-21 05:01:12 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team
Comment 5 Tomas Pavek 2011-01-31 16:49:58 UTC
Still valid. The test case is to move panel in Form4 so it left-aligns with the first combobox. This causes all components moving to right side.
Comment 6 asenk 2011-10-03 13:07:43 UTC
(In reply to comment #3)
> The first three test cases has been fixed.

The 4th test case still valid in:
Product Version: NetBeans IDE 7.1 Beta (Build 201109252201)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Linux version 2.6.38-11-generic running on i386; UTF-8; en_US (nb)
Comment 7 Tomas Pavek 2012-06-13 16:01:56 UTC
As for the last test case in this bug, I can't reproduce it current dev build (but can reproduce in NB 7.0). So I think we can finally close this as fixed.