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 157713 - Properties Window always visible
Summary: Properties Window always visible
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 19:43 UTC by kamilparal
Modified: 2009-05-25 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
bug demonstration (696.40 KB, video/ogg)
2009-01-31 19:44 UTC, kamilparal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kamilparal 2009-01-31 19:43:50 UTC
UML plugin: 1.4.2

Before installing UML plugin: Properties window is visible only when designing GUI components, it is hidden when editing
source code (this is good behaviour).

After installing UML plugin: Properties window is always visible - when designing GUI, when editing source code, when
all tabs are closed - always. If you try to close it when editing source code, it will reappear again after switching to
design mode and back. *Extremely* annoying. Either I have to disable UML plugin or I have to sacrifice a large part of
editing area for a useless window.

See attached bug demonstration.
Comment 1 kamilparal 2009-01-31 19:44:22 UTC
Created attachment 76415 [details]
bug demonstration
Comment 2 xeno8 2009-02-03 06:05:15 UTC
I can confirm this always-visible behavior, although I didn't connect its onset to the installation of the UML plugin
until I read this bug report. As soon as I uninstalled the plugin and restarted Netbeans, the Properties window went
back to only being visible in Design Mode.

Fortunately, I won't need to design anything in UML in the near future so uninstalling the plugin is no big loss. For
those who want to keep it, however, this issue is absolutely maddening.
Comment 3 Sergey Petrov 2009-03-02 14:40:38 UTC
this one behavour is expected because you can model without design view at all, you can create model with project tree,
and modify most properties with properties tab here. as for source code it have no much sense to change any properties
from project tree.
Comment 4 Sergey Petrov 2009-03-02 14:48:07 UTC
you can even generate code for example. go to source code and see oooh, I made it public, without opening design view go
and change visibility in project tree with opened properties and regenerate the code. you can't do the same with gui
designer as I undestand. it's unclear for me what should be a good behavior in this case. yet something may be improved.
Comment 5 kamilparal 2009-03-02 15:05:36 UTC
I haven't understood your mindflow a bit. Or more probably you haven't understood this bug a bit. See the video once more!

The bug reports that installing UML plugin *changes Properties Window behaviour*! I don't say what is good and what is
wrong, but I say what is expected: Don't change Properties Window behaviour when I'm not editing any UML.

Once more:
Without UML plugin: Properties Window is intelligent - visible in Design mode, hidden in Source mode
With UML plugin: Properties Window always visible

Expected: When editing Java code (no correlation with UML) the behaviour should be the same with and without UML plugin.

By the way, when you add "INCOMPLETE" keyword, maybe you could specify why it is incomplete and what do expect from me.
Comment 6 Sergey Petrov 2009-03-02 15:11:33 UTC
also I can't reproduce reappearing.
if I close properties in code view, it doesn't appear after switching to design view and back to source, it appears only
after switching to gui designer.
Comment 7 kamilparal 2009-03-02 15:17:43 UTC
I have it confirmed and I have seen this behaviour for several years dating back to previous NB versions. I also tried
in several installations.

1. Do you have UML plugin installed?
2. Try to create some UML project and edit some diagram. After that try to switch to java source. Maybe I could have
some effect.
Comment 8 Sergey Petrov 2009-03-02 15:21:37 UTC
ok, seems got it, after first time I have used uml, it seems swicthing between design mode and source mode in gui
designer made properties always wisible and propertes reappear if closed in source mode.
Comment 9 Sergey Petrov 2009-03-02 15:25:27 UTC
and reappear even if all uml projects are closed and restarted.