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 101199 - I18N - Installer window wont appear if pseudo localized -get exception
Summary: I18N - Installer window wont appear if pseudo localized -get exception
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-04-16 17:35 UTC by Ken Frank
Modified: 2007-05-24 20:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (2.13 KB, text/plain)
2007-04-16 17:37 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2007-04-16 17:35:14 UTC
When running using pseudo localized, including the platform7/modules/locale/
autoupdate jars, when clicking on the Install button, after choosing a module
from UC to install, there is an exception - see attached.

exception refers to setting a mnemonic - I dont know if its setting some mnemnic
of the installer window or of the Install button, but seems that one would
already be set before the button is pushed, and this happens when button is pushed.

If the 3 jars are removed, the problem does not happen.

I don't ever change the assigned mnemonic key - just put multibyte in
front of the message, as is done for mnemonics all over the ide ie

FILE=&File
becomes
FILE=zzz&File

where zzz is the multibyte.

See exception for more details; if you can tell me which mnemonic
is being set when exception occurs (which key/value in bundle)
I can look more closely at it.
Comment 1 Ken Frank 2007-04-16 17:37:25 UTC
Created attachment 40994 [details]
exception
Comment 2 Jiri Rechtacek 2007-04-16 18:22:41 UTC
I do suspect of possible reason. Will be fixed soon in NB6/M9. Thanks
Comment 3 Jiri Rechtacek 2007-04-17 11:03:11 UTC
Checking in OperationWizardModel.java;
/shared/data/ccvs/repository/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationWizardModel.java,v
 <--  OperationWizardModel.java
new revision: 1.5; previous revision: 1.4
done
Comment 4 Ken Frank 2007-05-24 20:08:42 UTC
verified.

ken.frank@sun.com