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 - AbsoluteLayout in Form Editor often moves components up-left 10x10 pixels when they are selected.
Summary: AbsoluteLayout in Form Editor often moves components up-left 10x10 pixels whe...
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-28 19:14 UTC by Jesse Glick
Modified: 2002-07-19 15:19 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 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.