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 115891 - I18N - EntApp project properties dlg has resize problem
Summary: I18N - EntApp project properties dlg has resize problem
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-09-18 17:53 UTC by kaa
Modified: 2007-10-01 19:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (101.72 KB, image/jpeg)
2007-09-18 17:54 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2007-09-18 17:53:17 UTC
build 0912, ja_JP

1. Create EntApp
2. Open project properties

There are invisible parts of text labels and an item from Client Module dropdown.

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'am running in pseudo localized locale in which each message/label is a bit longer than english to
account for that in some locales, translations result in longer strings than in english. Also am running at fontsize 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 fontsize.
Comment 1 kaa 2007-09-18 17:54:01 UTC
Created attachment 49005 [details]
image
Comment 2 Tomas Mysik 2007-09-19 11:47:17 UTC
Partially fixed.
The first problem (in the upper part of dialog) cannot be fixed because the name of the module can be *very* long and 
the size of dialog is set during opening (the opening category is Sources and not Run). But it can be easily read 
while expanding the combo box.
The second problem (in the lower part of dialog) should be fixed now - please verify. Thank you.

Checking in src/org/netbeans/modules/j2ee/earproject/ui/customizer/CustomizerRun.form;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/customizer/CustomizerRun.form,v  <--  
CustomizerRun.form
new revision: 1.12; previous revision: 1.11
done
Checking in src/org/netbeans/modules/j2ee/earproject/ui/customizer/CustomizerRun.java;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/customizer/CustomizerRun.java,v  <--  
CustomizerRun.java
new revision: 1.19; previous revision: 1.18
done
Comment 3 kaa 2007-10-01 19:27:35 UTC
verified: build 0927