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 131243

Summary: I18N - New WebApp wizard doesn't resize to show j2ee versions
Product: javaee Reporter: kaa <kaa>
Component: CodeAssignee: David Konecny <dkonecny>
Status: VERIFIED FIXED    
Severity: blocker CC: kfrank, pjiricka
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image

Description kaa 2008-03-26 22:53:46 UTC
Product Version: NetBeans IDE Dev (Build 200803231202)
System: WinXP, font size 16, ja_JP

Steps:
Open New WebApp wizard.
The wizard does not resize Java EE versions dropdown.

Assumption is that user does not need to manually resize most windows or dialogs to see all of the UI objects and
information in them. I'm running in pseudo localized locale in which each message/label is sometimes longer than in
English. To account for that in some locales, translations from English (and some other euro languages) could be shown
with longer strings.

Also I'm running at font size 16, which is viewed as a valid font size that might be used. Resizing issues are not just
related to i18n; they might show to user in English locale if they run at larger font size.

Often, these issues happen because the length of some label or message or size of entire window is hardcoded vs using
layout managers or other techniques or api to have the windows or the objects in them, dynamically resize. Sometimes,
embedding components in a scroll pane will solve the problem.
Comment 1 kaa 2008-03-26 22:54:13 UTC
Created attachment 59178 [details]
image
Comment 2 kaa 2008-03-26 22:57:01 UTC
Manual resizing didn't help
Comment 3 David Konecny 2008-03-27 23:50:17 UTC
Fixed in 28c12afcc58d.
Comment 4 kaa 2008-04-10 18:09:32 UTC
verified in trunk 0408