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 129414

Summary: I18N - WSDL from database wizard has resize issue
Product: soa Reporter: kaa <kaa>
Component: SQL ProjectAssignee: Narayana Rallabandi <narayanaa>
Status: VERIFIED FIXED    
Severity: blocker CC: kfrank, sustaining
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image

Description kaa 2008-03-06 15:09:14 UTC
Product Version: NetBeans IDE 6.1 Beta (Build 200803041230)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; MS932; ja_JP

Steps:
1. Create SQL Module
2. Open WSDL from Database wizard
3. Press Next button

The wizard does not resize to show text label and a 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-06 15:09:46 UTC
Created attachment 57884 [details]
image
Comment 2 Venkat Srinivasan 2008-03-06 15:30:15 UTC
Pls look into this.
Comment 3 Narayana Rallabandi 2008-03-27 06:28:57 UTC
Moving the current code to layout managers takes some time and this could not be completed with in the current time
frame. Hence I request this to be waived. We should able to fix this in the next milestone.
Comment 4 Ken Frank 2008-04-14 22:48:59 UTC
can this be fixed for the first 6.1 patch ? 
(and since there are also various other issues
in this module/area that we are hoping will
be fixed for this patch ?

if so, fix needs to be in trunk before it can go
into the patch.

ken.frank@sun.com
Comment 5 pgebauer 2008-04-25 08:18:36 UTC
The issue hasn't be fixed till 61patch1 nomination cut-off date.
Marked as release61_fixes_candidate2.
Comment 6 nav064 2008-05-05 10:40:57 UTC
http://hg.netbeans.org/main/rev/4233e60b94fb

Change in layout to accommodate component resizing according to increasing size.
Comment 7 Ken Frank 2008-05-07 19:38:51 UTC
verified, trunk 0507, solaris, ja locale using pseudo localized.

this could go into patch 2.

ken.frank@sun.com
Comment 8 pslechta 2008-05-28 10:38:38 UTC
The fix has been ported into the release61_fixes repository.

http://hg.netbeans.org/release61_fixes/rev/77afea5abf45