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 132345 - I18N - wsdl from db wizard does not resize to show its text label. Also Its not from pseudo localized bundle file
Summary: I18N - wsdl from db wizard does not resize to show its text label. Also Its n...
Status: RESOLVED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: SQL Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavan Veeravarapu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 16:48 UTC by kaa
Modified: 2008-04-08 17:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (61.71 KB, image/jpeg)
2008-04-08 16:48 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2008-04-08 16:48:24 UTC
Product Version: NetBeans IDE Dev (Build 200804060802)
Java: 1.6.0_05; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; MS932; ja_JP(nb)
font size 16

1. Create SQL or BPEL Module
2. Open file new wizard: SOA -> WSDL From Database
3. Follow the wizard until step 5.

The wizard does not resize to show text: JNDI Name
Also It's not from pseudo localized bundle file. I'm running in the Japan locale, using a pseudo localized Netbeans.

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-04-08 16:48:50 UTC
Created attachment 59851 [details]
image
Comment 2 Venkat Srinivasan 2008-04-08 16:57:11 UTC
Pls look into this one too.
Comment 3 Ken Frank 2008-04-08 17:01:11 UTC
am  closing this as invalid since 2 separate issues should not be mixed
in same issue.

please file one on resize situations and 
another on a missing message.

ken.frank@sun.com
Comment 4 kaa 2008-04-08 17:20:56 UTC
filed 132349, 132348