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 148514

Summary: I18N - Ruby on Rails App wizard doesn't resize to show its messages and labels
Product: ruby Reporter: kaa <kaa>
Component: RailsAssignee: Erno Mononen <emononen>
Status: VERIFIED FIXED    
Severity: blocker CC: kfrank
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image
err message for ws client (ws has mbyte chars)
ws reference was created in case of Latin chars only (circled in blue)

Description kaa 2008-09-26 19:46:57 UTC
Product Version: NetBeans IDE Dev (Build 200809221401)
Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
System: Windows XP version 5.1 running on x86; MS932; ja_JP
I'm running in Japanese locale, using a pseudo localized Netbeans with font size 16 option. 

1. Open Ruby on Rails App wizard
2. Go to the step 3 of the wizard

The wizard doesn't resize to show properly its messages and labels.

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.
Comment 1 kaa 2008-09-26 19:47:32 UTC
Created attachment 70695 [details]
image
Comment 2 Erno Mononen 2008-09-29 14:21:56 UTC
Fixed, #0d378d58565e.
Comment 3 Quality Engineering 2008-09-30 06:01:44 UTC
Integrated into 'main-golden', will be available in build *200809300201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0d378d58565e
User: Erno Mononen <emononen@netbeans.org>
Log: #148514 and #139187
- 148514: I18N - Ruby on Rails App wizard doesn't resize to show its messages and labels
- 139187: "Access Database using JDBC" is partly visible
Comment 4 Ken Frank 2008-10-06 19:51:21 UTC
 verified on solaris, 16 pt font, ja locale, pseudo localized nb, 1005 build.

ken.frank@sun.com
Comment 5 kaa 2008-10-09 18:14:05 UTC
Created attachment 71489 [details]
err message for ws client (ws has mbyte chars)
Comment 6 kaa 2008-10-09 18:15:34 UTC
Created attachment 71490 [details]
ws reference was created in case of Latin chars only (circled in blue)
Comment 7 kaa 2008-10-09 18:19:54 UTC
ignore please the last 2 attachments