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 37280 - Some kind of math error in frame persistence
Summary: Some kind of math error in frame persistence
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
: 39223 39394 (view as bug list)
Depends on: 32233
Blocks:
  Show dependency tree
 
Reported: 2003-11-17 15:49 UTC by _ tboudreau
Modified: 2008-12-22 20:32 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 _ tboudreau 2003-11-17 15:49:31 UTC
I've been working on the property sheet heavily,
which means a lot of restarting NetBeans.  The
default layout on startup is the form editor, with
component inspector and property sheet on the
right, so I can test some focus behavior.

Each time I restart NetBeans, the component
inspector is a few pixels taller and the property
sheet is a few pixels shorter.  It takes 10-15
restarts to really notice it, but eventually the
property sheet disappears - there is just the
divider at the bottom of the screen.

Probably it is some kind of rounding error - are
you using percentages or absolute coordinates when
you store the winsys?
Comment 1 Peter Zavadsky 2003-11-18 13:24:12 UTC
Yes, it is about storing of splits. They are stored in relative numbers.

But I guess the real problem is that during the startup the toolbar
(menubar) components are not constructed properly, thus the height of
the window are changes.... if this issue is experienced only in splits
which are oriented horizontaly, it is caused by that.

There is already issue which should rewrite the toolbar in order to
get full control over its GUI, and thus able to compute the correct
size, at startup.
Comment 2 _ tboudreau 2004-01-27 23:44:07 UTC
Well, if we don't rewrite the toolbar stuff for 4.0, it is possible to hack it and save the 
current toolbar height on shutdown.
Comment 3 _ tboudreau 2004-01-30 21:06:10 UTC
*** Issue 39223 has been marked as a duplicate of this issue. ***
Comment 4 Milos Kleint 2004-02-13 13:47:02 UTC
maybe this one was fixed by one of my fixes today?
Comment 5 _ tboudreau 2004-02-15 20:44:44 UTC
*** Issue 39394 has been marked as a duplicate of this issue. ***
Comment 6 _ tboudreau 2004-02-15 20:45:57 UTC
Reassigning to Milos and closing - appears to have been the same issue.
Comment 7 _ tboudreau 2004-02-15 20:46:21 UTC
x
Comment 8 Jesse Glick 2004-02-16 23:01:13 UTC
*** Issue 39394 has been marked as a duplicate of this issue. ***
Comment 9 Jesse Glick 2004-02-16 23:17:58 UTC
Don't forget to set the target milestone!
Comment 10 Marian Mirilovic 2004-03-17 15:17:10 UTC
verified in [nb 3.6 rc1](200403161736)