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 127903 - A11Y: Mercurial window
Summary: A11Y: Mercurial window
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 16:02 UTC by Peter Pis
Modified: 2008-04-07 15:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch (3.11 KB, patch)
2008-03-12 15:26 UTC, Padraig Obriain
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2008-02-20 16:02:35 UTC
Product Version: NetBeans IDE Dev (Build 200802140010)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)
Userdir: D:\ide\61\user

===============================================
 Tested Window title : Mercurial - 
===============================================

Results of Accessibility test


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTable {  List of modified files |  Lists all files that are not in sync with repository }


 Components with no mnemonic :
   Class: javax.swing.JButton {  Refresh Status |  Refresh Status }  [118,3]


 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Refresh Status |  Refresh Status }  [118,3]
   Class: javax.swing.JTable {  List of modified files |  Lists all files that are not in sync with repository }
Comment 1 Peter Pis 2008-02-20 16:13:40 UTC
Product Version: NetBeans IDE Dev (Build 200802140010)
Comment 2 Padraig Obriain 2008-02-22 12:24:43 UTC
This looks like the output of the Status menu item.

How to I reproduce this with the a11y testing tool?

I think my question is how do I get focus on that window?
Comment 3 Peter Pis 2008-03-12 10:49:08 UTC
Sorry for late response. Just open Mercurial (Status) view - there should be some records, select this record and run
the tool. 
Comment 4 Padraig Obriain 2008-03-12 15:26:34 UTC
Created attachment 58239 [details]
proposed patch
Comment 5 Padraig Obriain 2008-03-12 15:28:50 UTC
With the attached patch which is pushed in 064f05139cc5 the behavior of the mercurial status window is the same as the
subversion status window:

Results of Accessibility test, window with title "Mercurial - Mercurial [main] - current"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTable {  List of modified files |  Lists all files that are not in sync with repository }


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   Class: javax.swing.JTable {  List of modified files |  Lists all files that are not in sync with repository }

Comment 6 Peter Pis 2008-03-12 15:31:10 UTC
IMHO, it's ok.
Comment 7 Padraig Obriain 2008-03-12 16:53:16 UTC
In that case I will close the bug.
Comment 8 Peter Pis 2008-04-07 15:50:22 UTC
Verified.