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 33988 - I18N - Some parts of add security constraints window do not fully appear in other locales when translated and/or using larger font sizes
Summary: I18N - Some parts of add security constraints window do not fully appear in o...
Status: VERIFIED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (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-28 20:52 UTC by Ken Frank
Modified: 2006-06-05 00:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gif where resize issues show at red dots (19.52 KB, image/gif)
2003-05-28 20:56 UTC, Ken Frank
Details
gif where resize issues not show (18.67 KB, image/gif)
2003-05-28 20:57 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-28 20:52:54 UTC
Using pseudo localized product, with each message
or label
having additional multibyte text, and using
-fontsize 16
option, running in Chinese locale,
Create new [Web Module] and open web.xml file's
[Properties].
from [Secutiry] tab, click [...] in right side of
[Security Constraints].
Click [Add].
Create New role which name has 80 bytes long.
close and re-open [Security Constraints] window.
Couldn't read some messages fully - see image
and where red dots are, also compare to othre
image when smaller name is used and all shows.

(Realize 80 chars too long for real name but using
as example for resizing situations)
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-28 20:56:17 UTC
Created attachment 10497 [details]
gif where resize issues show at red dots
Comment 2 Ken Frank 2003-05-28 20:57:03 UTC
Created attachment 10498 [details]
gif where resize issues not show
Comment 3 _ rkubacki 2003-05-29 15:53:20 UTC
Though this is part of C/S S1S product Milan should look into this.
Comment 4 Milan Kuchtiak 2003-06-03 16:30:28 UTC
I opened a corresponding bug in close-source bug database.
Comment 5 hiroshiy 2003-06-19 10:36:33 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