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 37478

Summary: Display name of title property is garbaged
Product: guibuilder Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: issues@guibuilder <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 29466    
Bug Blocks:    

Description Jiri Skrivanek 2003-11-25 12:35:44 UTC
When you select for example JFrame or JDialog node
in the Inspector, then appropriate property sheet
shows "<html><b>title</b>" as the name of title
property.

Tested in build 20031124-2041, JDK1.4.2_01, Linux.
Comment 1 Tomas Pavek 2003-11-25 15:25:39 UTC
I will remove the marking of changed properties until issue 29466 is
solved.
Comment 2 Tomas Pavek 2003-11-27 15:56:11 UTC
*** Issue 37576 has been marked as a duplicate of this issue. ***
Comment 3 Tomas Pavek 2003-12-03 13:34:46 UTC
*** Issue 37689 has been marked as a duplicate of this issue. ***
Comment 4 _ tboudreau 2003-12-03 17:28:24 UTC
Sorry about that - the property change events for property sheet cell
renderers now have firePropertyChange turned off just like the
renderers in explorer, for the same performance reason - building a
document tree in memory for a trivially short string is expensive.
Comment 5 Tomas Pavek 2003-12-10 13:49:31 UTC
*** Issue 37914 has been marked as a duplicate of this issue. ***
Comment 6 Jiri Skrivanek 2003-12-23 11:36:34 UTC
Is it fixed already? I don't see it in recent builds (200312221900).
Comment 7 Tomas Pavek 2004-01-21 16:13:19 UTC
See also issue 39064. Basically I need to remove the html tags from
properties names, although property sheet filters them out right now
(for NB 3.6)
Comment 8 Tomas Pavek 2004-01-21 17:36:34 UTC
Fixed.
Comment 9 Jiri Skrivanek 2004-01-22 14:46:56 UTC
Verified in build 20040122-0424.