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 34063 - I18N - Some parts of jar recepe wizard window do not fully appear in other locales when translated and/or using larger font sizes
Summary: I18N - Some parts of jar recepe wizard window do not fully appear in other lo...
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: jarpackager (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: I18N
Depends on:
Blocks: 33246
  Show dependency tree
 
Reported: 2003-05-30 19:24 UTC by Ken Frank
Modified: 2003-07-22 19:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image of panel (36.05 KB, image/gif)
2003-05-30 19:26 UTC, Ken Frank
Details
attaching binary patch for the fix (7.80 KB, patch)
2003-06-11 16:33 UTC, Ondrej Rypacek
Details | Diff
attaching source diff for review (25.63 KB, patch)
2003-06-12 09:44 UTC, Ondrej Rypacek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2003-05-30 19:24:52 UTC
Using pseudo localized product, with each message
or label
having additional multibyte text, and using
-fontsize 16
option, running in Chinese locale,
parts of 3rd panel of wizard do not show
completely (Add, Remove buttons) - see attached
image.
Chinese localization will use a larger font than
default
one now used so these issues will be more visible
to them,
but this can also be viewed as a general or a11y
issue
since may be visible to users in english locale
who use
larger fonts.

Assumption is that user should be able to see
all items in a given window when it appears and
should
not need to resize it to see those things.

That is, the UI area or window should dynamically
resize
itself to show the needed contents.
(this does not apply to contents of textfields,
areas
controlled by scrollbars or vertical resizing
controls
like in options window)

To emulate in non multibyte locale without
multibyte
in messages or longer messages, you may need to
run
with fontsize 18 or 20 to see what we are seeing
with
fontsize 16.

Can team also review resizing and fontsizing
approach
in general for other parts of modules ?
Docs and others have requested that for
3.5.X and Nevada that no fixes involve actual
changing
of UI like adding, modifying or deleting a message
or UI
component as part of fixing these issues.

This issue is marked with the FONTSIZE keywork;
bugs so
marked will not appear on quality dashboards and
will not
need to be waived or fixed for English FCS
products of this
release.

For Netbeans issues, this will be marked as
blocking 33246.
Comment 1 Ken Frank 2003-05-30 19:26:36 UTC
Created attachment 10539 [details]
image of panel
Comment 2 Ondrej Rypacek 2003-06-11 16:05:28 UTC
fixed in trunk.

 1.16      +28 -37   
jarpackager/src/org/netbeans/modules/jarpackager/DataObjectListEditor.form

1.53      +17 -20   
jarpackager/src/org/netbeans/modules/jarpackager/DataObjectListEditor.java


Comment 3 Ondrej Rypacek 2003-06-11 16:33:53 UTC
Created attachment 10662 [details]
attaching binary patch for the fix
Comment 4 Ondrej Rypacek 2003-06-12 09:44:48 UTC
Created attachment 10667 [details]
attaching source diff for review
Comment 5 Jan Jancura 2003-06-12 10:01:39 UTC
I do not see any problem in the diff.
Comment 6 David Kaspar 2003-06-12 13:29:33 UTC
Patch verified
Comment 7 David Kaspar 2003-06-12 13:29:44 UTC
Patch verified
Comment 8 David Kaspar 2003-06-12 13:32:47 UTC
Rollbacking to Resolved Fixed status
Comment 10 David Kaspar 2003-06-18 10:43:14 UTC
Verified in S1S5 ML
Comment 11 David Kaspar 2003-06-18 17:14:58 UTC
Reverting back to RESOLVED FIXED
Comment 12 David Kaspar 2003-06-18 17:15:26 UTC
Reverting back to RESOLVED FIXED
Comment 13 Ken Frank 2003-07-22 19:52:32 UTC
verified 

ken.frank@sun.com