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 39113 - Global Properties not refreshed when the same node is re-selected
Summary: Global Properties not refreshed when the same node is re-selected
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 09:30 UTC by Jiri Skrivanek
Modified: 2008-12-22 18:40 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 Jiri Skrivanek 2004-01-22 09:30:20 UTC
Global property sheet is not refreshed when you
clear selection of a node and then again select
the same node. I am marking this P1 because it
break commit validation suite.
To reproduce:

- open global properties window (main menu item
Window|Properties)
- select a java file in the Filesystems window
(its properties are displayed in the Properties
window)
- clear selection of this node (hold CTRL and
click the node)
- select the node again (click on it) => title of
the Properties window has changed BUT there is no
property sheet in it. It shows <No Properties>.

It started to happen in build 20040122-0006. Look
at changelog from 21:57 01/21/2004 in continuous
build page. I suspect those changes might cause
this problem.
Comment 1 _ tboudreau 2004-01-22 12:34:34 UTC
Probably a result of an optimization to avoid an extra repaint if the
same node is selected twice.  Will fix ASAP.
Comment 2 _ tboudreau 2004-01-22 13:32:24 UTC
BTW, it would be nice if we could fix issue 38778 - currently I do
need to learn my mac (eventually it will be my primary development
machine), but commit validation can't run - Jelly just throws
exceptions all over the place.

Fixed in trunk.

Note commit validation still fails for me, in testSwitchToSDI. 
Doubtful that that has anything to do with this (and I sometimes get
weird failures on my dual processor machine).  Message is:

No event under 11111110111111111111 event mask during 1000 milliseconds.
Comment 3 Jiri Skrivanek 2004-01-22 17:14:16 UTC
Verified in build 20040122-1425.