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 45753 - Type, Super Class, Return Type comboboxes have no accessible description
Summary: Type, Super Class, Return Type comboboxes have no accessible description
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-06-30 15:35 UTC by ehucka
Modified: 2007-09-26 09:14 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 ehucka 2004-06-30 15:35:32 UTC
See wizards Add Field, Add Method, Add
Class/Interface. These comboboxies have set labels
but these labels have not description too.
Comment 1 Jan Pokorsky 2004-08-05 17:45:01 UTC
fixed as a part of the #issue 45732 fix
Comment 2 ehucka 2004-08-18 11:52:55 UTC
Type (resp. Return Type, Super Class) comboboxies still haven't set
accessible description.
Comment 3 Jan Becicka 2004-08-18 15:14:28 UTC
Checking in MethodCustomizer.java;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/MethodCustomizer.java,v
 <--  MethodCustomizer.java
new revision: 1.8; previous revision: 1.7
done
Checking in MethodCustomizer.form;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/MethodCustomizer.form,v
 <--  MethodCustomizer.form
new revision: 1.5; previous revision: 1.4
done
Checking in FieldCustomizer.java;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/FieldCustomizer.java,v
 <--  FieldCustomizer.java
new revision: 1.9; previous revision: 1.8
done
Checking in FieldCustomizer.form;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/FieldCustomizer.form,v
 <--  FieldCustomizer.form
new revision: 1.5; previous revision: 1.4
done
Checking in ClassCustomizer.java;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/ClassCustomizer.java,v
 <--  ClassCustomizer.java
new revision: 1.9; previous revision: 1.8
done
Checking in ClassCustomizer.form;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/ClassCustomizer.form,v
 <--  ClassCustomizer.form
new revision: 1.5; previous revision: 1.4
done
Checking in Bundle.properties;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Comment 4 ehucka 2004-10-25 14:52:26 UTC
verified
Comment 5 Quality Engineering 2007-09-20 10:49:23 UTC
Reorganization of java component