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 33791 - I18N - Some parts of the windows do not fully appear in other locales when translated and/or using larger font sizes
Summary: I18N - Some parts of the windows do not fully appear in other locales when tr...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: I18N
Depends on:
Blocks: 33246
  Show dependency tree
 
Reported: 2003-05-20 20:01 UTC by Ken Frank
Modified: 2003-06-19 10:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
overlapping issue (7.79 KB, image/gif)
2003-05-20 20:04 UTC, Ken Frank
Details
resize issue (16.27 KB, image/gif)
2003-05-20 20:05 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2003-05-20 20:01:11 UTC
Please change subcategory if this one is not
correct.

Using pseudo localized product, with each message
or label
having additional multibyte text, and using
-fontsize 16 option,
running in Chinese locale,
 parts of 2 windows shown in attachment do not
show fully or have 2 parts that overlap.

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 wind
ow)

If this issue also mentions that a message or
label
is shown in a smaller font than the rest of the
messages,
its just to ask if the setting of that font's size
was done
relative to the global font vs being hardcoded.
Please let me
know if so and I'll file separate issue.

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. Even with larger sizes, it may not be
seen exactly
the same due to the effect of multibyte and longer
strings.

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-20 20:04:06 UTC
first gif shows overlapping sections
(runtime tab - tomcat- internal tomcat -
property editor - select ide integration mode

second gif shows that edit icon buttons on
right side do not show fully (and cant be reszied)

select a web.xml and from property editor
select filters, and add filter.
Comment 2 Ken Frank 2003-05-20 20:04:59 UTC
Created attachment 10358 [details]
overlapping issue
Comment 3 Ken Frank 2003-05-20 20:05:36 UTC
Created attachment 10359 [details]
resize issue
Comment 4 _ rkubacki 2003-05-21 08:00:58 UTC
The first case is really tomcat plugin.

The second one is S1S specific (webadvanced module and jsp category).
Comment 5 Milan Kuchtiak 2003-06-03 15:42:32 UTC
Fixed in trunk.

See the diff files :

For Tomcat dialogs :

http://web.netbeans.org/source/browse/tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/AddInstallationJPanel.java.diff?r1=1.16&r2=1.17
http://web.netbeans.org/source/browse/tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tomcat40/IdeIntegrationPanel.java.diff?r1=1.6&r2=1.7

For Filter, Servlet property editors - the bug should be reported in
close-source bug database.
Comment 6 Petr Pisl 2003-06-11 15:42:45 UTC
Hi Milan, 

it is not good to use form editor for the small fixes for the bug. The
form editor makes plenty of needless changes which we can see in the
diff. 

You use some numbers in the fix. Using the constants is maybe better. 

The fix seems to be OK for mee.
Comment 7 psuk 2003-06-12 08:54:16 UTC
Changing the Target Milestone to 4.0 as the bug was fixed in trunk
already.
Milane change it to S1S 5 ML, once you integrate it to release35.
Comment 8 Milan Kuchtiak 2003-06-12 15:22:45 UTC
Fixed in NB3.5
Comment 9 hiroshiy 2003-06-19 10:37:47 UTC
I've verified the fixing in followings.

  - S1S Nevada Build (Build 030617).
  - Solaris 9 Chinese, Win2000 Chinese
  - fontsize: 16

Thank you for your fixing.

Hiroshi