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 140451 - Accesibility of Internationalization
Summary: Accesibility of Internationalization
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2008-07-17 08:19 UTC by josin
Modified: 2009-03-23 09:49 UTC (History)
0 users

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 josin 2008-07-17 08:19:28 UTC
Tested with following environment:
* Product Version: NetBeans IDE Dev (Build 200807101204)
* Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
* System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)
* Userdir: /home/josin/.netbeans/dev

There are components with potential mnemonics conflict with mnemonic 'S': "Select..." button and "Skip" button.
Hereafter there are components with mnemonic 'C': "Close" button and "Code:" label.

Full output from accessibility tester:
=========================================== 
Tested Window title : Internationalize 
===========================================

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 'S' :

Class
    javax.swing.JButton { Select... | N/A } 
Class
    javax.swing.JButton { Skip | N/A } 

- components with mnemonic 'C' :

Class
    javax.swing.JButton { Close | N/A } 
Class
    javax.swing.JLabel { Code: | } 

Components not reachable with tab traversal : - none.
Comment 1 josin 2008-07-17 08:26:22 UTC
I'm sorry, I forgot dialog's steps to reproduce.
Here there are: Tools > Internationalization > Internationalize...

Comment 2 Marian Petras 2008-07-24 21:01:50 UTC
Confirmed.
Comment 3 Tomas Pavek 2008-07-25 09:24:30 UTC
Close button should have no mnemonic - assuming the dialog can be closed by Esc key.
Comment 4 Alexey Butenko 2009-03-23 09:49:29 UTC
Fixed in trunk