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 131110 - I18N - New RESTful WS from Patterns wizard has resize issue
Summary: I18N - New RESTful WS from Patterns wizard has resize issue
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-03-25 23:31 UTC by kaa
Modified: 2008-04-10 19:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (80.32 KB, image/jpeg)
2008-03-25 23:32 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2008-03-25 23:31:58 UTC
Product Version: NetBeans IDE Dev (Build 200803231202)
System: MacOS, font size 16. The issue is also reproducible on Windows XP.

Steps
1. Create WebApp
2. Open RESTful WS from Petterns wizard

The wizard does not resize to show its text label.

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-25 23:32:50 UTC
Created attachment 59081 [details]
image
Comment 2 Peter Liu 2008-03-26 19:34:19 UTC
Fix in trunk.

http://hg.netbeans.org/main/rev/8062501e417f

Comment 3 kaa 2008-04-10 19:32:18 UTC
verified in trunk build 0408