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 18081 - The Window System became corrupted after restart
Summary: The Window System became corrupted after restart
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-26 13:54 UTC by iformanek
Modified: 2008-12-23 09:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The screenshot of the IDE before restart (59.06 KB, image/gif)
2001-11-26 13:58 UTC, iformanek
Details
The screenshot of the IDE after restart (corrupted) (56.61 KB, image/gif)
2001-11-26 13:59 UTC, iformanek
Details
ZIP with userdir after the IDE started in corrupted state (118.10 KB, application/octet-stream)
2001-11-26 14:03 UTC, iformanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description iformanek 2001-11-26 13:54:51 UTC
I did some customization to the windows layout:
- attached editor to the top
- attached VCS Groups to the bottom
(see attached picture ErrorWSShouldBe.gif)

After restart, the windows layout was not correct - see attached picture 
ErrorWS.gif - what is not visible on the picture is the VCS Groups window which 
is on the desktop but way on the right and way down (scrollbars need to be used 
to get to it)

Attached is also the content of the user dir after the corrupted startup.
Comment 1 iformanek 2001-11-26 13:58:57 UTC
Created attachment 3569 [details]
The screenshot of the IDE before restart
Comment 2 iformanek 2001-11-26 13:59:49 UTC
Created attachment 3570 [details]
The screenshot of the IDE after restart (corrupted)
Comment 3 iformanek 2001-11-26 14:03:46 UTC
Created attachment 3571 [details]
ZIP with userdir after the IDE started in corrupted state
Comment 4 David Simonek 2001-11-27 11:17:14 UTC
Accepting, but no crash, no data loss -> doesn't deserve P1 IMO.
Lowering to P2.
Comment 5 David Simonek 2001-11-27 15:14:18 UTC
I have troubles to reproduce this strange behaviour. With clean
userdir everything works great. I'm able to reproduce wrong behaviour
with Ian's userdir, so there must be something evil what Ian did and
didn't tell me :-) Ian?
Comment 6 David Simonek 2001-11-28 13:45:31 UTC
Fixed. Diff is ModeData new revision: 1.57.2.1; previous revision: 1.57

Index: layers/ModeData.java
===================================================================
RCS file: /cvs/core/src/org/netbeans/core/windows/layers/ModeData.java,v
retrieving revision 1.57
diff -r1.57 ModeData.java
575c575
<                 WindowUtils.changeModeConstraints(mi, mc.constraints);
---
>                 WindowUtils.changeModeConstraints(mi,
mc.constraints, mc.modeState == 0);
Comment 7 Marian Mirilovic 2002-05-30 13:24:39 UTC
verified in [nb_dev](20020530)
Comment 8 Quality Engineering 2003-07-01 16:42:53 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.