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 25624 - Potential mnemonics conflict in Create Properties File Wizard
Summary: Potential mnemonics conflict in Create Properties File Wizard
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Mzourek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2002-07-15 15:11 UTC by Milan Kubec
Modified: 2003-06-30 14:46 UTC (History)
1 user (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 Milan Kubec 2002-07-15 15:11:22 UTC
There are two mnemonics using 'F' in first panel
of Create Properties File Wizard. Output from a11y
test tool:

===============================================
 Tested Window title : Create Properties File Wizard
===============================================

Results of Accessibility test


 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 :
   - none.

 Components with no mnemonic :
   - none.

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

 Components with potential mnemonics conflict:
 - components with mnemonic 'F' :
   Class: javax.swing.JButton {  Finish |  n/a } 
   Class: javax.swing.JLabel {  Filename:  |  } 


 Components not reachable with tab traversal :
   - none.
Comment 1 Filip Rachunek 2002-07-19 07:12:39 UTC
Fixed in main trunk [Filename mnemonic changed to "I"].
Comment 3 dpavlica 2002-07-22 09:45:21 UTC
reviewed and it's correct...
Comment 4 Filip Rachunek 2002-07-22 11:12:53 UTC
Integrated into release34 branch.
Comment 5 Milan Kubec 2002-07-24 14:00:10 UTC
Verified in rel34-200207232340.
Comment 6 Quality Engineering 2003-06-30 14:46:16 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.