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 18245 - Property sheets are switched unreasonably
Summary: Property sheets are switched unreasonably
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
: 18133 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-12-01 04:18 UTC by Mikhail Romanov
Modified: 2008-12-22 18:59 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 Mikhail Romanov 2001-12-01 04:18:16 UTC
Bug exists in NB3.3 beta 6 (Build 200111300100) on all platforms.

Tree node selections done in any Property Editor window affects
property sheet of the node selected in explorer and doesn't switch back
after closing Property Editor window. This behaviour is very unconvenient
because to get the correct property sheet back one has to select some
other node in explorer first.

How to reproduce the bug:

1. Select e.g. class node in explorer
2. Switch to Execution tab in Properties window and click on <...>   button for
Executor property
3. Select any executor node in the appeared "Property Editor: Executor ..."
    window and notice that property sheet of the selected class node has changed  
    to the property sheet of the selected executor
4. Close Property Editor window and notice that property sheet still reflects
   executor properties rather than selected class properties
5. Try to click on the class node in Explorer again and notice that property
sheet didn;t change and the only way to get correct property sheet is to select
some other node in Explorer first, that seems to be very anoining.
Comment 1 David Strupl 2001-12-03 10:51:31 UTC
Testing a fix. The fix switches off the property sheet update when
there is a modal dialog displayed. I hope to have it soon.
Comment 2 David Strupl 2001-12-03 11:05:05 UTC
Fixed in org.netbeans.core.NbNodeOperation 1.78.2.1 (releae33 branch).
Testing before putting into release330 branch.
Comment 3 Jan Zajicek 2001-12-03 14:22:18 UTC
Tested on release33 own build. Seems ok.
Comment 4 David Strupl 2001-12-03 15:48:31 UTC
Adding one additional small change into PropertyPanel (switching the
panel to read state after the custom dialog is closed). And marking as
candidate for 3.3.0 release.
Comment 5 Marian Mirilovic 2001-12-04 09:04:06 UTC
verified in [nb_release33](200112040330), tested on [jdk1.3.1](01) &&
[jdk1.4](87)
Comment 6 David Strupl 2001-12-04 14:18:06 UTC
Commited to release330.
Comment 7 David Strupl 2001-12-05 10:48:07 UTC
*** Issue 18133 has been marked as a duplicate of this issue. ***
Comment 8 Quality Engineering 2003-07-01 16:26:00 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 9 Peter Zavadsky 2003-07-18 10:32:15 UTC
The fix of this issue was removed. Have a look at comments in issue
#28804.