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 - I18N - Mnenomic key does not work on japanese environment
Summary: I18N - Mnenomic key does not work on japanese environment
Status: VERIFIED DUPLICATE of bug 23670
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: -S1S-
Hardware: All All
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords: A11Y, I18N
Depends on:
Blocks:
 
Reported: 2002-10-04 02:55 UTC by jf4jbug
Modified: 2007-05-21 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
English Imege of Update Center Winzard Step2 (7.89 KB, image/gif)
2002-10-04 02:57 UTC, jf4jbug
Details
Japanese Image of Update Center Wizard Step2 (10.11 KB, image/gif)
2002-10-04 02:59 UTC, jf4jbug
Details

Note You need to log in before you can comment on or make changes to this bug.
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.