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 44226 - "..." button in property customizer in read only state is disabled.
Summary: "..." button in property customizer in read only state is disabled.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
: 43592 45053 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-02 16:43 UTC by Jan Jancura
Modified: 2008-12-23 00:35 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 Jan Jancura 2004-06-02 16:43:54 UTC
I have some read only string property in debugger
which contains some long String (not 500kb!, but
~30 characters). And user is not able to see whole
String, beacuse the "..." is disabled.
Old property sheet alloved to view string value in
this case.
Comment 1 Jan Jancura 2004-06-02 16:45:42 UTC
*** Issue 43592 has been marked as a duplicate of this issue. ***
Comment 2 _ tboudreau 2004-06-02 17:51:43 UTC
Are we talking about TTV or property sheet w/ PropertyPanel here?

(I truly wish I'd been able to rewrite TTV for promo D - there would *be* no more use of 
PropertyPanel in it, and lots of problems would go away).

Anyway, it's a known problem, and I will need to do something about it for D.
Comment 3 Jan Jancura 2004-06-17 08:38:07 UTC
Its about TreeTableView.
Comment 4 Jan Jancura 2004-06-17 08:38:29 UTC
*** Issue 45053 has been marked as a duplicate of this issue. ***
Comment 5 _ tboudreau 2004-07-22 02:03:35 UTC
I've got some patches on my other laptop to fix this - challenge is to get the ttv to repaint 
selection correctly.  Will commit them soon.
Comment 6 _ tboudreau 2004-07-29 00:47:47 UTC
Fixed in trunk.

Note: I'd strongly suggest returning Boolean.TRUE from 
Property.getValue("suppressCustomEditor") for read only things that 
nobody ever will need a custom editor for (such as primitive types 
in the type column in Local Variables/Watches).  It'll look nicer, 
and nobody will need a custom editor for "String[]" and such.  That 
will hide the custom editor button.


Checking in 
src/org/openide/explorer/propertysheet/EditablePropertyDisplayer.jav
a;
/cvs/openide/src/org/openide/explorer/propertysheet/EditablePropertyD
isplayer.ja
va,v  <--  EditablePropertyDisplayer.java
new revision: 1.9; previous revision: 1.8
done
Checking in 
src/org/openide/explorer/propertysheet/PropertyPanel.java;
/cvs/openide/src/org/openide/explorer/propertysheet/PropertyPanel.jav
a,v  <--  P
ropertyPanel.java
new revision: 1.146; previous revision: 1.145
done
Processing log script arguments...
More commits to come...
Checking in src/org/openide/explorer/view/TreeTable.java;
/cvs/openide/src/org/openide/explorer/view/TreeTable.java,v  <--  
TreeTable.java

new revision: 1.54; previous revision: 1.53
done
Comment 7 Tomas Danek 2005-07-18 10:53:38 UTC
Works for me in 4.2 20050706, verif.