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 145940 - I18N - Java App properties dlg has resize issue
Summary: I18N - Java App properties dlg has resize issue
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-09-02 15:47 UTC by kaa
Modified: 2008-09-11 16:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (61.32 KB, image/jpeg)
2008-09-02 15:47 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2008-09-02 15:47:32 UTC
Product Version: NetBeans IDE Dev (Build 200808240201)
Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
I'm running in Japanese locale, using a pseudo localized Netbeans with font size 16 option.

1. Create Java App
2. Open project properties
3. Select Formatting category

There is a message (see image) with invisible part.
Also there are circled numbers with the default font size. I'm using font size 16.

Assumption is that user does not need to manually resize most windows or dialogs to see all of the UI objects and
information in them. I'm running in pseudo localized locale in which each message/label is sometimes longer than in
English. To account for that in some locales, translations from English (and some other euro languages) could be shown
with longer strings.

Also I'm running at font size 16, which is viewed as a valid font size that might be used. Resizing issues are not just
related to i18n; they might show to user in English locale if they run at larger font size.

Often, these issues happen because the length of some label or message or size of entire window is hardcoded vs using
layout managers or other techniques or api to have the windows or the objects in them, dynamically resize
Comment 1 kaa 2008-09-02 15:47:56 UTC
Created attachment 68881 [details]
image
Comment 2 Petr Chytil 2008-09-04 08:14:23 UTC
reassigning to editor for evaluation
Comment 3 Jan Becicka 2008-09-04 08:58:03 UTC
definitely not p2.
Comment 4 Quality Engineering 2008-09-05 06:11:24 UTC
Integrated into 'main-golden', will be available in build *200809050201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3c323b381e15
User: Jan Becicka <jbecicka@netbeans.org>
Log: #145940: I18N - Java App properties dlg has resize issue
Comment 5 Vitezslav Stejskal 2008-09-05 10:25:01 UTC
I assume this one is fixed. Or not, Honzo?
Comment 6 kaa 2008-09-11 16:56:58 UTC
verified: build 0910
Messages are ok but the size of numbers looks hardcoded (probably this is ok to use default size instead of --fontsize
value).