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 210470 - auto form align netbeans
Summary: auto form align netbeans
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-31 05:39 UTC by onkar511
Modified: 2012-04-02 08:48 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 onkar511 2012-03-31 05:39:16 UTC
I'm trying to build a GUI application, and I've got a dialog box in which I want to have a panel containing a couple of rows that each consist of a dozen or so different components of different types (some labels, some text fields, checkboxes, combo boxes, etc). The problem is that when I move a component, it often either moves to a completely different place from where I'm trying to put it, or worse, it causes several other components to move as well. Sometimes it resizes the panel and/or the entire dialog, moving things way out to the right and off the work area so that I have to scroll over, move everything back, resize it back to something normal, and try again.
Comment 1 Tomas Pavek 2012-04-02 08:48:09 UTC
When you see problems with unwanted components rearranging, it's better to use undo than trying to move things back.

For a bug report, we need an exact test case to reproduce. So if you encounter a problem please use undo, save the GUI form (i.e. we need the GUI form in its last good state) and then describe exactly the next step that leads to the bug (ideally take screenshot at the moment you're going to release the mouse button). Then please attach the original form + the description/screenshot to the bug report. Thanks.