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 131112

Summary: I18N - part of keystore manager window does not show all contents
Product: javame Reporter: Ken Frank <kfrank>
Component: -- Other --Assignee: Andrew Korostelev <akorostelev>
Status: VERIFIED FIXED    
Severity: blocker CC: mmirilovic
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image
image

Description Ken Frank 2008-03-25 23:38:51 UTC
117474 and fixes might be related although problem of 117474 is now verified.

using pseudo localized nb in ja locale, as was case for previous issue.

the keystore manager window, right side, does not show all of the show details
label when its invoked; also the keys listing section is very small width but it does
have a scrollbar so that part not really a problem.

see 2 attached gifs.
Comment 1 Ken Frank 2008-03-25 23:44:18 UTC
Created attachment 59084 [details]
image
Comment 2 Ken Frank 2008-03-25 23:45:06 UTC
Created attachment 59085 [details]
image
Comment 3 Andrew Korostelev 2008-03-26 16:55:41 UTC
Layouts are used correctly.
the cause is preferred size specified for 
org.netbeans.modules.mobility.project.ui.security.SecurityManagerPanel
Comment 4 Andrew Korostelev 2008-03-27 15:56:22 UTC
fixed in trunk.
http://hg.netbeans.org/main/rev/62f5577c7891
Comment 5 Ken Frank 2008-03-31 22:35:00 UTC
verified using 0330 using pseudo localized and font size 14.

ken.frank@sun.com