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 11046 - PropertyEditor.getTags -> new String[0] does not display correctly
Summary: PropertyEditor.getTags -> new String[0] does not display correctly
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-04 16:48 UTC by Jesse Glick
Modified: 2008-12-22 23:53 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 Jesse Glick 2001-04-04 16:48:50 UTC
[release32 mar 31] PropertyEditor's returning new String[0] from getTags
currently are displayed with the option to type text into the field, though
for an array of length >0 this is not an option (there is a pulldown).
(Clearly if tags is null, typing text should be allowed.) Probably the prop
sheet if it finds an empty array should forbid input, i.e. currently no legal
options for this property. For testing: Default Target property of an Ant
build script, when there are no targets listed in the script.
Comment 1 Jan Chalupa 2001-05-06 08:14:07 UTC
Target milestone -> 3.3
Comment 2 Peter Zavadsky 2001-10-03 08:11:11 UTC
Assigned to me.
Comment 3 Peter Zavadsky 2001-10-03 08:12:16 UTC
Fixed in [main-trunk].

Fix:
openide/../explorer/propertysheet/PropertyPanel.java [1.61]
Comment 4 Quality Engineering 2003-07-01 15:57:39 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 5 Quality Engineering 2003-07-01 16:32:22 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.