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 34189 - I18N - Some parts of javadoc manager window do not fully appear in other locales when translated and/or using larger font sizes
Summary: I18N - Some parts of javadoc manager window do not fully appear in other loca...
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords: I18N
Depends on: 34379
Blocks: 33246
  Show dependency tree
 
Reported: 2003-06-05 00:53 UTC by Ken Frank
Modified: 2005-07-18 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (15.14 KB, image/gif)
2003-06-05 00:54 UTC, Ken Frank
Details
Proposed patch (3.11 KB, patch)
2003-06-11 14:25 UTC, Tomas Hurka
Details | Diff
Fine tuned patch (3.93 KB, patch)
2003-09-05 16:30 UTC, _ pkuzel
Details | Diff
The final prj40_prototype patch (3.72 KB, patch)
2003-09-08 14:43 UTC, _ pkuzel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2003-06-05 00:53:09 UTC
Using pseudo localized product, with each message
or label
having additional multibyte text, and using
-fontsize 16
option, running in Chinese locale,
steps:
1)Goto Tools->Javadoc Manager
2)Check the column headers.Some are not allfully
visible until resize
d.

3. The actual data can be expected to be resized
since
it can vary; its the column titles that this
report is about.

It is not expected that the data under a column
would
need to show fully without user resizing that
column
since the data can vary in size and be based on
user input.
But the column header label is always same size
and a
relatively short label thats important for user to
see.

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)

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-06-05 00:54:40 UTC
Created attachment 10598 [details]
image
Comment 2 Tomas Hurka 2003-06-11 14:21:39 UTC
The root of the problem seems to be in TreeTableView.
Comment 3 Tomas Hurka 2003-06-11 14:25:07 UTC
Created attachment 10655 [details]
Proposed patch
Comment 4 _ pkuzel 2003-09-05 11:05:12 UTC
I'm taking responsibility for JavaDoc module.
Comment 5 _ pkuzel 2003-09-05 16:30:55 UTC
Created attachment 11532 [details]
Fine tuned patch
Comment 6 _ pkuzel 2003-09-08 14:43:36 UTC
Created attachment 11545 [details]
The final prj40_prototype patch
Comment 7 _ pkuzel 2003-09-08 14:46:08 UTC
The final prj40_prototype patch applied. Issue 34379 seems to be fixed
too (tested with -fontsize 16).
Comment 8 Max Sauer 2005-07-18 13:34:28 UTC
This functionality is now handeled by the Library manager (in promo F). Verified
there in [200507131800], with --fontsize 24.