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 27807

Summary: I18N - Mnenomic key does not work on japanese environment
Product: platform Reporter: jf4jbug <jf4jbug>
Component: Plugin ManagerAssignee: akemr <akemr>
Status: VERIFIED DUPLICATE    
Severity: blocker Keywords: A11Y, I18N
Priority: P3    
Version: -S1S-   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: English Imege of Update Center Winzard Step2
Japanese Image of Update Center Wizard Step2

Description jf4jbug 2002-10-04 02:55:57 UTC
I added the japanese message files to english
install image of Sun ONE Studio 4.1 RC5, and
tested it.

I selected "Install Manually Downloaded Modules"
on Step 1 of Update Center Wizard.
And There is a label "Modules to insatll" on Step
2.

But on japanese environment, the mnemonic key of
the label does not work.
Because the mnemonic is on the first multi-byte
charactor of this message.

This problem seems to come from the following java
source code.

--- SelectModulesPanel.java ---

public SelectModulesPanel(Wizard.Validator
validator) {
	...

listLabel.setDisplayedMnemonic(bundle.getString("LAB_ModulesList").charAt(0));
	
	...
}
------------------------------

Please fix it for japanese users.
Comment 1 jf4jbug 2002-10-04 02:57:59 UTC
Created attachment 7594 [details]
English Imege of Update Center Winzard Step2
Comment 2 jf4jbug 2002-10-04 02:59:12 UTC
Created attachment 7595 [details]
Japanese Image of Update Center Wizard Step2
Comment 3 akemr 2002-10-04 09:37:36 UTC
Duplicate of alredy fixed bug

Fixed in SelectModulesPanel.java (rev. 1.27, NetBeans 3.4 2002/05/17)


*** This issue has been marked as a duplicate of 23670 ***
Comment 4 hiroshiy 2002-11-08 09:37:55 UTC
This issue is no longer re-appeared in current version.
Comment 5 Jesse Glick 2002-12-23 16:35:37 UTC
Consistent use of the I18N keyword.