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 62914 - Form Ed. specific windows not dismissed when in Source view
Summary: Form Ed. specific windows not dismissed when in Source view
Status: VERIFIED DUPLICATE of bug 69629
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
: 66523 (view as bug list)
Depends on: 68438
Blocks:
  Show dependency tree
 
Reported: 2005-08-24 09:12 UTC by Milan Kubec
Modified: 2008-12-22 20:36 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (86.76 KB, image/png)
2005-08-24 09:13 UTC, Milan Kubec
Details
first screenshot (107.62 KB, image/png)
2005-10-12 10:13 UTC, Milan Kubec
Details
second screenshot (83.82 KB, image/png)
2005-10-12 10:25 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2005-08-24 09:12:01 UTC
[dev-200508231800, JDK 1.5.0_04]

Form Editor specific windows (Palette, Properties, Inspector) are not dismissed
sometimes when switching from Design view to Source view.

Steps to reproduce:
1) Create Java Application project
2) Create default JFrame class (I moved Inspector from left side to right side
inbetween Palette and Properties)
3) Switch from Design view to Source view
See screenshot how it looks. All Form windows on the right side do not repaint
and do not interact with user in any way.
Comment 1 Milan Kubec 2005-08-24 09:13:13 UTC
Created attachment 24169 [details]
screenshot
Comment 2 Jan Stola 2005-08-25 15:02:50 UTC
I am sorry, I am not able to reproduce this issue. Sometimes I saw
a small delay in repainting of the mentioned area, but never seen your
problem. According to yout description it seems that the windows
are closed, but their area is not repainted.
Reassigning to Window System for evaluation.
Please, provide more details how to reproduce the issue (if you can).
Comment 3 Milan Kubec 2005-08-26 09:06:31 UTC
It seems that I can reproduce easily.

Steps I did:
1) Started IDE with clean userdir, closed Welcome screen and accomodated sizes
of Explorer and Navigator
2) Created Java Project
3) Created a JFrame form in the project
4) Added a button into the frame and selected the button
5) Selected ActionPerformed event in Events tab for selected button
6) Hit Enter
IDE switched to Sources view but Palette and Properties were stil displayed but
"dead". IDE got correctly repainted during saving the file.
Comment 4 Jan Chalupa 2005-09-11 12:20:47 UTC
Milan, still reproducible? I can't reproduce it with custom build of 20050911
sources, JDK 1.4.2_06, using your scenario.
Comment 5 Jan Chalupa 2005-10-08 09:01:59 UTC
Closing as not reproducible. Re-open, if the problem occurs again.
Comment 6 Milan Kubec 2005-10-12 10:05:56 UTC
I just reproduce it on build dev-200510111800. Attaching two screenshots, one
right after hitting Enter that shows form editor windows and java editor
together and then second showing IDE after being covered by other window.
Comment 7 Milan Kubec 2005-10-12 10:14:00 UTC
Created attachment 25845 [details]
first screenshot
Comment 8 Milan Kubec 2005-10-12 10:25:25 UTC
Created attachment 25846 [details]
second screenshot
Comment 9 Milan Kubec 2005-10-13 12:26:12 UTC
*** Issue 66523 has been marked as a duplicate of this issue. ***
Comment 10 cfh 2005-10-13 17:25:52 UTC
Hi 
I think I solved the problem regarding the palette, I believe
I turned it on my self (Window | Palette)

I still have other problems, the navigator won't keep it's size
neither the output window.

I found a program that could capture the screen and create a video
You can watch it here: http://home19.inet.tele.dk/cfh/nb/nb_video.avi

System: http://home19.inet.tele.dk/cfh/nb/system.jpg

Hope this helps You further

NB: I'm not sure that I can keep the video for long, I might
soon need the space it occupies
Regards
Carsten
Comment 11 Milan Kubec 2005-10-14 08:41:28 UTC
I have downloaded the video, so you can delete and everybody interested can ask
me. Thanks. I don't need to do such "wild things" to reproduce, though.
Comment 12 Milan Kubec 2005-10-14 12:55:47 UTC
No more random. The problem is focus.

Steps to reproduce:
1) Have Design view
2) Put focus on another view than Editor
3) Click Source
You get Editor and all form windows that do not repaint. Reproducible as many
times as you want.
Comment 13 Milan Kubec 2005-10-14 13:15:24 UTC
The problem is not only in focus, but also you have to hide Memory view toolbar.
Verified the same behavior on more platforms. Please note that memory view
toolbar will not be in FCS by default.
Comment 14 Jan Chalupa 2005-10-14 13:29:40 UTC
Confirmed on another XP machine. It's unbelievable, but hiding the Memory
toolbar makes the difference.
Comment 15 David Simonek 2005-10-14 14:38:51 UTC
hmmm, not nice. but glad to hear about reproduction, should be fixable now (in
case I won't jump off the brigde sooner)
Comment 16 Jan Chalupa 2005-12-01 20:28:59 UTC
This *must* be fixed for the release. The memory meter is OFF by default in the
released product. -> P2
Comment 17 Stanislav Aubrecht 2005-12-05 09:24:09 UTC
i believe that this is a duplicate of issue #69629 which is already fixed
Comment 18 Milan Kubec 2005-12-05 10:03:49 UTC
Probably yes, since I'm not able to reproduce on 200512041900.

*** This issue has been marked as a duplicate of 69629 ***
Comment 19 Milan Kubec 2005-12-19 13:52:26 UTC
Verified.