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 138979

Summary: I18N - part of encapsulate fields window is over or behind other parts
Product: editor Reporter: Ken Frank <kfrank>
Component: RefactoringAssignee: Jan Pokorsky <jpokorsky>
Status: VERIFIED FIXED    
Severity: blocker Keywords: I18N
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image
image
image

Description Ken Frank 2008-07-03 20:19:42 UTC
using pseudo localized nb at 14 point font size -
see gifs for details
the buttons on right select all, etc - are either partially behind or in front
of the third column create setter, depending if they are focused on
or actually part of them can be in front and part behind if sbar near it is used
to scroll - see third gif.

its not about length of the pseudo translated string, since even if the
one used here might be longer than the 30% increase that can really happen -
its that dynamic resizing of window areas need to happen, which would
avoid the problem

user should not need to resize to avoid the problem but in this case
resizing does not help since the buttons are still not all shown
since probably in a hard coded size and location within the window.
Comment 1 Ken Frank 2008-07-03 20:20:29 UTC
Created attachment 63907 [details]
image
Comment 2 Ken Frank 2008-07-03 20:20:59 UTC
Created attachment 63908 [details]
image
Comment 3 Ken Frank 2008-07-03 20:21:33 UTC
Created attachment 63909 [details]
image
Comment 4 Jan Pokorsky 2008-07-07 16:44:01 UTC
Reproducible. There is used org.jdesktop.layout.GroupLayout in the panel. No hard coded sizes. I will investigate.
Comment 5 Jan Pokorsky 2008-07-08 14:05:26 UTC
fixed as http://hg.netbeans.org/main/rev/a643e77e2060
Comment 6 Quality Engineering 2008-07-09 04:12:18 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #308 build
Changeset: http://hg.netbeans.org/main/rev/a643e77e2060
User: Jan Pokorsky <jpokorsky@netbeans.org>
Log: #138979: fixing layout
Comment 7 Jan Pokorsky 2008-07-17 12:19:12 UTC
*** Issue 140383 has been marked as a duplicate of this issue. ***
Comment 8 Ken Frank 2008-07-29 21:44:00 UTC
verifying use same setup as in original - solaris ja locale using
pseudo localized.

ken.frank@sun.com