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

Summary: Explorer node rendering ignores tree enablement state
Product: platform Reporter: Petr Nejedly <pnejedly>
Component: ExplorerAssignee: Petr Nejedly <pnejedly>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION, SIMPLEFIX
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.