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 41415

Summary: on selecting readonly propery
Product: platform Reporter: santhosh <santhosh>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 29466    
Bug Blocks:    
Attachments: On Selecting Readonly Property

Description santhosh 2004-03-26 15:42:42 UTC
the text of readonly property is not clearly 
visible when selected.

I am using jdk1.5 with windows LAF. I don't know
whether this happens in other LAFs.

see the attached screenshot.
Comment 1 santhosh 2004-03-26 15:45:27 UTC
Created attachment 14173 [details]
On Selecting Readonly Property
Comment 2 Lukas Hasik 2004-03-26 15:49:12 UTC
santhosh, read priority guidelines, please
http://qa.netbeans.org/processes/bug_priority_guidelines.html
this one isn't P1 ! nor P2.

Do you mean development build or 3.6 by current version ?
Comment 3 _ tboudreau 2004-03-26 21:34:04 UTC
This is an artifact of the way JLabels render disabled text on Windows.  It will be fixed 
when we integrate the HTML mini-renderer, which will take over the painting of disabled 
text.
Comment 4 santhosh 2004-07-02 06:26:51 UTC
you can fix this very easily in TableCellRenderer implementation:
  // make the renderer disabled only when it is not selected
  setEnabled(isSelected || prop.canWrite());
Comment 5 _ tboudreau 2004-07-22 13:39:04 UTC
Closing as duplicate of higher priority issue - already committed to fix in 4.0

*** This issue has been marked as a duplicate of 45709 ***
Comment 6 Marian Mirilovic 2005-07-12 10:17:39 UTC
closed