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 14277 - Confusing button captions in ModelEditors (ComboBox, JList)
Summary: Confusing button captions in ModelEditors (ComboBox, JList)
Status: RESOLVED DUPLICATE of bug 15115
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on: 15115
Blocks:
  Show dependency tree
 
Reported: 2001-08-08 17:12 UTC by vnemec
Modified: 2001-11-07 14:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vnemec 2001-08-08 17:12:07 UTC
When user wants to add item to combo box in 'CoboBoxModelEditor', he/she has to 
enter item's name into 'Item:' textfield and press button 'Add...'. The same 
for editing of existing item - user has to select item in the list, edit 
content of textfield and press button 'Edit...'
-> there are no dialog windows opened after clicking 'Add...' and 'Edit...' 
buttons => there SHOULD NOT be "three dots" in butons' captions.
Comment 1 Marian Mirilovic 2001-09-04 12:37:27 UTC
Tomas, maybe this is DUPLICATE  of issue 15115 ?
Who will fix it, openide or form ?
Comment 2 Josef Kozak 2001-09-07 18:41:40 UTC
Yes, it's DUPLICATE of #15115. It's not difficult to FIX this issue 
in openide, but in the near feature we should NOT use 
StringArrayEditor because it is now deprecated and in NB4.0 this 
class will not be existing. So we should fix this by using new 
indexPropertyEditor. I will look at it.

::: reassigned
Comment 3 Josef Kozak 2001-09-14 18:21:46 UTC
Was fixed by Rosta Levy (#15115), but this fix is only temporary 
solution because now StringArrayEditor is depreated and in some 
future version of NB will be discarded!! The new editor is on the ski-
line...  So I'm changing to FEATURE depending on core team.

::: waiting for implementation of new IndexPropertyEditor
Comment 4 Tomas Pavek 2001-11-07 14:03:50 UTC

*** This issue has been marked as a duplicate of 15115 ***