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 34190 - I18N - Some parts of setup wizard window do not fully appear in other locales when translated and/or using larger font sizes
Summary: I18N - Some parts of setup wizard window do not fully appear in other locales...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: I18N
Depends on: 34379
Blocks:
  Show dependency tree
 
Reported: 2003-06-05 00:58 UTC by Ken Frank
Modified: 2008-12-22 18:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (25.94 KB, image/gif)
2003-06-05 00:59 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-06-05 00:58:06 UTC
Using pseudo localized product, with each message
or label
having additional multibyte text, and using
-fontsize 16
option, running in Chinese locale
1)Go to Tools->Setup Wizard
2)The wizard window pops up.Press Next.
3)Check the Column Headers..

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:59:36 UTC
Created attachment 10599 [details]
image
Comment 2 mslama 2003-06-06 11:23:07 UTC
Assigning to Dafe.
Comment 3 David Simonek 2003-06-12 18:31:07 UTC
fixed in main trunk, cvs output:
/cvs/core/src/org/netbeans/core/ui/ModuleSelectionPanel.form,v  <-- 
ModuleSelectionPanel.form
new revision: 1.6; previous revision: 1.5
/cvs/core/src/org/netbeans/core/ui/ModuleSelectionPanel.java,v  <-- 
ModuleSelectionPanel.java
new revision: 1.16; previous revision: 1.15
Comment 4 David Simonek 2003-06-13 14:05:12 UTC
Further comments, as now I understand whole story of the issue. I
fixed only special case which was shown in image that Ken attached.

I didn't understand that this was generic issue for TreeTableView.
Both Summary and Comments looks like this is only specific issue for
Setup Wizard, nothing more. So I don't understand why all these other
bugs are blocked by this? Huh.

OK, enough complaining, I created issue 34379, which is enhancement
for TreeTableView and made all related bugs to be blocked by it, so
now dependency tree should reflect the reality.
Comment 5 Marian Mirilovic 2003-07-28 13:12:09 UTC
verified in [nb_dev](20030728)