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 2873

Summary: AbsoluteLayout in Form Editor often moves components up-left 10x10 pixels when they are selected.
Product: guibuilder Reporter: Jesse Glick <jglick>
Component: CodeAssignee: _ ttran <ttran>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 1999-07-28 19:14:40 UTC
Reproducible here in build 360 [see attachment from user]:

- I created a new package.
- in this package I created an AWT-panel using the layout
com.netbeans.developer.awt.AbsoluteLayout.
- I put two text fields into this panel giving them the X-coordinates 140
and the Y-coordinates 30 and 60.
  The settings for heigth and width were "Preferred".
- Now after clicking into textField3 in the form editor its coordinates
changed to X=130 and Y=50.

In order to give You a better understanding of what I mean I send You a
Bitmap showing the states before and
after klicking the control textField3. I also got confused when I saw the
marked control moving in spite of having the
same X-coordinate as the unmarked.
Comment 1 Marek Grummich 2000-07-25 09:43:59 UTC
Priority is changed to P4 (normal).
Comment 2 Jan Stola 2000-07-27 17:54:59 UTC
Bug assigned to the module owner.