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 127896 - A11Y: Revert Modification dialog
Summary: A11Y: Revert Modification dialog
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 15:44 UTC by Peter Pis
Modified: 2008-02-22 12:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch (8.45 KB, patch)
2008-02-22 09:25 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 15:44:27 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 : Revert Modifications 
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JComboBox {  Choose from Modified Revisions: |  }
Comment 1 Peter Pis 2008-02-20 16:13:37 UTC
Product Version: NetBeans IDE Dev (Build 200802140010)
Comment 2 Padraig Obriain 2008-02-22 09:06:24 UTC
This dialog has changed recently and this is the result I get. I will fix these problems.

Results of Accessibility test, window with title "Revert Modifications - JavaApplication8_clone2"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JCheckBox {  Back up any Locally Modified files to <file>.orig |  } 
   Class: javax.swing.JComboBox {  Choose from Revisions: |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Back up any Locally Modified files to <file>.orig |  } 


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

 Components with potential mnemonics conflict:
 - components with mnemonic 'R' :
   Class: javax.swing.JButton {  Revert |  Revert } 
   Class: javax.swing.JLabel {  Choose from Revisions: |  } 


 Components not reachable with tab traversal :
   - none.
Comment 3 Padraig Obriain 2008-02-22 09:25:28 UTC
Created attachment 57042 [details]
proposed patch
Comment 4 Padraig Obriain 2008-02-22 09:26:18 UTC
patch pushed in 6b5fa6e8025a.
Comment 5 Peter Pis 2008-02-22 12:47:26 UTC
Product Version: NetBeans IDE Dev (Build 080222)