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 127840 - A11Y: Clone <Project>
Summary: A11Y: Clone <Project>
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 10:29 UTC by Peter Pis
Modified: 2008-02-22 12:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch (8.12 KB, patch)
2008-02-21 15:39 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 10:29:06 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 : Clone Repository
===============================================

Results of Accessibility test


 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  }  [355,99]
   Class: javax.swing.JCheckBox {  Set Cloned Project as Main |  }  [26,150]
   Class: javax.swing.JTextField {  Clone Name: |  }  [181,128]
   Class: javax.swing.JTextField {  Parent Directory: |  }  [181,100]
   Class: javax.swing.JTextField {  Source Repository: |  }  [181,41]


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Source Repository: |  }  [14,44]


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

 Components with potential mnemonics conflict:
 - components with mnemonic 'C' :
   Class: javax.swing.JButton {  Cancel |  Cancel }  [299,194]
   Class: javax.swing.JLabel {  Clone Name: |  }  [26,131]
Comment 1 Padraig Obriain 2008-02-20 11:54:09 UTC
Components with no mnemonic :
   Class: javax.swing.JLabel {  Source Repository: |  }  [14,44]

Why does this need a mnemonic as the source repository should not be focusable?
Comment 2 Peter Pis 2008-02-20 16:13:47 UTC
Product Version: NetBeans IDE Dev (Build 200802140010)
Comment 3 Peter Pis 2008-02-21 07:43:11 UTC
"Class: javax.swing.JLabel {  Source Repository: |  }" doesn't need a mnemonic at all.
Comment 4 Padraig Obriain 2008-02-21 15:39:11 UTC
Created attachment 56994 [details]
proposed patch
Comment 5 Padraig Obriain 2008-02-21 15:47:27 UTC
fd446097cfbd: patch pushed
Comment 6 Peter Pis 2008-02-22 12:27:22 UTC
Product Version: NetBeans IDE Dev (Build 080222)