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 29593 - a11y: accessibility issues in the panel Specify Jar Contents
Summary: a11y: accessibility issues in the panel Specify Jar Contents
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: jarpackager (show other bugs)
Version: -S1S-
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-17 09:50 UTC by David Kaspar
Modified: 2003-02-12 14:29 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 David Kaspar 2002-12-17 09:50:12 UTC
Product Version: Sun ONE Studio 4 update 1, EE
(Build 021213_1)
IDE Versioning:  IDE/1 spec=3.23 impl=021213_1
OS: SunOS 5.8, sparc

Select Jar Archives/JAR Recipe in Wizard window.
Go to step Specify Jar Contents:

bug #1:  There are no mnemonics for <Source> and
<Chosen Content>.

bug #2:  Buttons ">", "<" and "<<" should have
ascii names and mnemonics. 

bug #3:  If we tab in the non-empty tree, first
element in the tree should be highlighted.
                 If we tab in the non-empty table,
first element in the table should be highlighted. 
    
bug #4:  Components are not reachable with tab
traversal: buttons Back, Cancel, Finish, Help, Next

bug #5:  Select one element in the tree. Button
">" is enable. It is correct. Push tab twice and
                 see that button "<" is enable
too. It is wrong, no elements are selected in
table <Chosen Content>.    

bug #6: The dot needs to be removed in the list
item < Specify Jar Contents.>
Comment 1 Ondrej Rypacek 2003-01-31 16:06:37 UTC
fixed 1) missing shortcuts.
Checked in org/netbeans/modules/jarpackager/DataObjectListEditor.form
Checked in org/netbeans/modules/jarpackager/DataObjectListEditor.java
Comment 2 Ondrej Rypacek 2003-02-03 10:19:17 UTC
fixed.
Checked in org/netbeans/modules/jarpackager/DataObjectListEditor.form
Checked in org/netbeans/modules/jarpackager/DataObjectListEditor.java
Checked in org/netbeans/modules/jarpackager/wizard/Bundle.properties
Checked in org/netbeans/modules/jarpackager/wizard/Bundle_ja.properties
Comment 3 David Kaspar 2003-02-12 14:29:09 UTC
Verified