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 29667 - accessibility issues in the dialog Contents
Summary: accessibility issues in the dialog Contents
Status: RESOLVED 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: A11Y
Depends on: 31615
Blocks:
  Show dependency tree
 
Reported: 2002-12-20 08:37 UTC by ccv
Modified: 2003-12-11 14:22 UTC (History)
4 users (show)

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 ccv 2002-12-20 08:37:42 UTC
There are some accessibility issues in the dialog
"Contents"

   To reproduce the bug:

   1. Create JarRecipe, select it in the Explorer,
call Properties window
   2. Push "Contents" sheet button
   3. Push "..." button, dialog "Contents" appears
   
#1:  There are no mnemonics for <Source> and
<Chosen Content>.
     It is impossible to jump in the tree or in
the table with shortcuts.
     
#2:  Buttons ">", "<" and "<<" should have ascii
names and mnemonics. 
     Otherwise user is not able to know, what keys
to press for adding or removing items.  

#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. 

#4.  Initial focus is on the tree, it is correct.
     If we push "Tab", focus is on the horisontal
scroll bar, it is wrong.
     When focus is in the tree, user can move the
scrollbar with Ctrl-right or Ctrl-left arrows. 

#5:  Select one element in the tree. Button ">" is
enable. It is correct.
     Push tab 4 times and see that button "<" is
enable too. 
     It is wrong, no elements are selected in
table <Chosen Content>. 
        
#6.  If to select <Directory Prefix> via "Tab",
blinking bar is in the combobox.
     If to select <Directory Prefix> via Alt-D,
there is no blinking bar.
     It is impossible to enter the text.
BTW, could you explain, why there is no <Directory
Prefix> in "New Wizard-Jar Recipe" window, when we
are creating jar?

Note, that items #1-5  are the same for panel
"Specify Jar Recipe Contents" in Wizard window.

Product Version: Sun ONE Studio 4 update 1, EE
(Build 021217_2)
IDE Versioning:  IDE/1 spec=3.23 impl=021217_2
OS: SunOS 5.8, sparc

Java(TM) 2 Runtime Environment, Standard Edition
(build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed
mode)
Comment 1 Ondrej Rypacek 2003-02-03 10:35:34 UTC
fixed with bug #29593.
#6 works for me, could you please approve that?

As for the missing prefix combo, in the New Jar Recipe wizard contents
editing is split between two panes. In the wizzard, target prefixes
are edited on a sepparate pane so the "Specify Jar Content" pane is
simplified.

Comment 2 ccv 2003-02-03 11:53:18 UTC
Concerning point #6.
Yes, the issue exists.
If to select Alt-D, I see combo element is selected but there is no a
blinking bar in the textfield and it needs to press TAB key for its
appearance. After that you can enter the text. 

Thank you for pointing to differences between wizard and property
behavior.
Comment 3 Ondrej Rypacek 2003-02-03 16:59:44 UTC
I managed to reproduce the bug on 1.4.1 (1.3.1 is fine).I'll fix it
shortly.
Comment 4 Ondrej Rypacek 2003-02-03 17:07:21 UTC
fixed.
Comment 5 David Kaspar 2003-02-14 15:56:38 UTC
Reopening because #4 is not fixed
Comment 6 Ondrej Rypacek 2003-02-17 16:28:25 UTC
This is inside explorer.view.TreeView (try any  TreeView in Netbeans)
=> forwarding to openide
Comment 7 Jiri Rechtacek 2003-03-03 09:27:55 UTC
I don't understand a problem. If any defect in TreeView, pls. file
separately issue against to openide/explorer and close this. Thanks
Comment 8 Ondrej Rypacek 2003-03-03 14:12:51 UTC
Fired a bug on openide/explorer - #31615 for #4 - focus on the scroll bar
Comment 9 Ondrej Rypacek 2003-03-04 09:08:11 UTC
bug #31615 (the one this depends on) was assigned target milestone 4.0 
Comment 10 Ondrej Rypacek 2003-07-28 16:29:41 UTC
31615 was closed as wontfix. As 5 out of 6 subissues vere fixed , I'm
closing this as fixed.