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 25671 - A11Y problems in mounting wizard.
Summary: A11Y problems in mounting wizard.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2002-07-16 11:39 UTC by Jiri Kovalsky
Modified: 2003-07-01 13:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A11Y test result for "Profile" tab without any selection. (734 bytes, text/plain)
2002-07-16 11:40 UTC, Jiri Kovalsky
Details
A11Y test result for "Profile" tab with CVS profile selected. (1.73 KB, text/plain)
2002-07-16 11:41 UTC, Jiri Kovalsky
Details
A11Y test result for "Profile" tab with VSS profile selected. (1.49 KB, text/plain)
2002-07-16 11:41 UTC, Jiri Kovalsky
Details
A11Y test result for "Advanced" tab of the wizard. (910 bytes, text/plain)
2002-07-16 11:42 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2002-07-16 11:39:25 UTC
Development build #200207160340 of NetBeans 3.4
Windows 2000 with JDK 1.4.1 RC build #16

Description:
============
There are some A11Y issues in mounting wizard like
missing accessible descriptions, missing mnemonic
or conflict of mnemonics. Take a look at the
attached A11Y test results.
Comment 1 Jiri Kovalsky 2002-07-16 11:40:47 UTC
Created attachment 6695 [details]
A11Y test result for "Profile" tab without any selection.
Comment 2 Jiri Kovalsky 2002-07-16 11:41:25 UTC
Created attachment 6696 [details]
A11Y test result for "Profile" tab with CVS profile selected.
Comment 3 Jiri Kovalsky 2002-07-16 11:41:52 UTC
Created attachment 6697 [details]
A11Y test result for "Profile" tab with VSS profile selected.
Comment 4 Jiri Kovalsky 2002-07-16 11:42:43 UTC
Created attachment 6698 [details]
A11Y test result for "Advanced" tab of the wizard.
Comment 5 Jiri Kovalsky 2002-07-16 11:43:44 UTC
This is accessibility issue.
Comment 6 Martin Entlicher 2002-07-17 13:39:00 UTC
Mnemonic conflicts and accessibiliy fixed in the main trunk with these
exceptions:
- mnemonics for Browse... and Select... buttons, because there can be
unlimited number of these buttons,
- Components with no mnemonic :
   Class: javax.swing.JLabel {  Actions: |  Actions. } 
   Class: javax.swing.JLabel {  Modes: |  Modes. } 
   Class: javax.swing.JLabel {  Other: |  Other. }
  This is O.K., no mnemonics are needed for these labels.

Diffs:
http://vcsgeneric.netbeans.org/source/browse/vcsgeneric/src/org/netbeans/modules/vcs/advanced/Bundle.properties.diff?r1=1.78&r2=1.79
http://vcsgeneric.netbeans.org/source/browse/vcsgeneric/src/org/netbeans/modules/vcs/advanced/VcsCustomizer.java.diff?r1=1.87&r2=1.88
http://vcsgeneric.netbeans.org/source/browse/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle.properties.diff?r1=1.7&r2=1.8
http://vcsgeneric.netbeans.org/source/browse/vcsgeneric/profiles/vss/src/org/netbeans/modules/vcs/profiles/vss/config/Bundle.properties.diff?r1=1.2&r2=1.3
Comment 7 Filip Rachunek 2002-07-18 13:19:33 UTC
Diffs verified for 3.4 release.
Comment 8 Martin Entlicher 2002-07-19 13:18:13 UTC
Merged into release34 branch.
Comment 9 dmladek 2002-11-05 18:58:33 UTC
OK, in NB40dev-2002-1104-0100
Comment 10 Jiri Kovalsky 2002-11-05 19:14:37 UTC
You probably clicked two pixels higher ... rollbacking issue.
Comment 11 dmladek 2002-11-05 19:18:31 UTC
Oupsss:-)
You're right, radio buttons of REOPENING and of VERIFYING are so
closed together, that I click just 3mm above verify and.. it has
absolutely opposite meaning;-=)
Comment 12 Quality Engineering 2003-07-01 13:03:21 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.