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 11153 - Only grey Editor Winow is shown, when form is opened
Summary: Only grey Editor Winow is shown, when form is opened
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-06 17:03 UTC by Jan Becicka
Modified: 2008-12-22 15:47 UTC (History)
1 user (show)

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 Jan Becicka 2001-04-06 17:03:14 UTC
[Release32-22]
Steps to reproduce:
1. Assure yourself, that Editor is NOT opened in GUI Editing Workspace.
2. Open Editor in Editing Workspace.
3. Open some form -> Editor is opened in GUI Editing Workspace, but no source 
is visible. Only gray Editor window is shown.
Comment 1 Jaroslav Tulach 2001-04-07 08:03:51 UTC
Something wrong with window system?
Comment 2 mslama 2001-04-09 08:49:36 UTC
I will look what is wrong.
Comment 3 mslama 2001-04-09 16:03:35 UTC
Fixed with Dafe: Fix done in org.netbeans.core.windows.ModeImpl method
setVisible, org.netbeans.core.windows.frames.DefaultContainerImpl methods
componentShown, componentHidden.
Method setAttached of DefaultContainerImpl is now called synchronously from
ModeImpl.setVisible instead asynchronously from
DefaultContainerImpl.componentShown and DefaultContainerImpl.componentHidden to
make sure correct order of mode/container attachment/detachment when workspace
is switched.

Comment 4 Jan Becicka 2001-05-03 10:08:29 UTC
[010502_1] Verified
Comment 5 Jan Chalupa 2001-05-05 20:49:12 UTC
Target milestone 3.2
Comment 6 Quality Engineering 2003-07-01 16:40:10 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.