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 33874 - I18N - Some paths of a directory popdown window do not fully appear in other locales when translated and/or using larger font sizes
Summary: I18N - Some paths of a directory popdown window do not fully appear in other ...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: I18N
Depends on:
Blocks: 33246
  Show dependency tree
 
Reported: 2003-05-23 21:31 UTC by Ken Frank
Modified: 2003-06-19 10:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
popdown showing dir paths (5.47 KB, image/gif)
2003-05-23 21:33 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-23 21:31:48 UTC
Using pseudo localized product, with each message
or label
having additional multibyte text, and using
-fontsize 16
option, running in Chinese locale,
the directory paths in popdown of add web module
group location do not show fully - see attachment
       Create "Web Module" and "Web Module Group".
        Right click "Web Module Group" and select
[Add web module].
        Whole full Path to web module is not
appeared in default
 window size.

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. 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-23 21:33:58 UTC
Created attachment 10414 [details]
popdown showing dir paths
Comment 2 _ rkubacki 2003-05-26 13:14:15 UTC
web/advanced/src/org/netbeans/modules/web/config/AddWebAppJPanel.java
contains implementation of this panel.
Comment 3 Petr Pisl 2003-05-27 15:20:45 UTC
Hi,

the fix is commited in the trunk. You can check it on the next build.

The diff, you can see here:
http://web.netbeans.org/source/browse/web/advanced/src/org/netbeans/modules/web/config/AddWebAppJPanel.java.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h
Comment 4 Petr Pisl 2003-06-11 15:08:57 UTC
Code reviewer: Milan Kuchtiak
Comment 5 Milan Kuchtiak 2003-06-11 15:53:26 UTC
The fix is correct.
Comment 7 hiroshiy 2003-06-19 10:34:15 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