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 59175 - Explorer node rendering ignores tree enablement state
Summary: Explorer node rendering ignores tree enablement state
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: REGRESSION, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-05-23 14:06 UTC by Petr Nejedly
Modified: 2008-12-22 17: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 Petr Nejedly 2005-05-23 14:06:05 UTC
NodeRenderer:111:
result.setEnabled(true);

Usually the renderer follows the enablement state of it's tree (DefaultTCR does
so at least, and our NR was originally based on DefaultTCR before HTMLRenderer)

Maybe we should also use gray filter on icons as the DefaultTCR does...
Comment 1 Petr Nejedly 2005-05-23 14:29:57 UTC
Caused by Tim's fix of another problem in NodeRenderer.java, v1.32 (old repo)
Comment 2 Petr Nejedly 2005-05-25 21:18:59 UTC
Fixed
openide/explorer/src/org/openide/explorer/view/NodeRenderer.java,v1.2
Comment 3 Jaromir Uhrik 2005-07-14 16:20:15 UTC
Verified.