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 104070 - I18N - EntApp project properties dlg has Java EE Version not visible with fsz 16
Summary: I18N - EntApp project properties dlg has Java EE Version not visible with fsz 16
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: UI
Depends on:
Blocks:
 
Reported: 2007-05-16 14:43 UTC by kaa
Modified: 2007-07-03 18:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
default (81.29 KB, application/octet-stream)
2007-05-16 14:44 UTC, kaa
Details
after resize (40.42 KB, application/octet-stream)
2007-05-16 14:45 UTC, kaa
Details
j2ee ver not visible (39.11 KB, application/octet-stream)
2007-05-16 14:48 UTC, kaa
Details
reproducible: build 0612, winxp, ja locale, fontsize 16 (110.00 KB, image/jpeg)
2007-06-21 16:39 UTC, kaa
Details
Java EE 5 (37.44 KB, image/png)
2007-06-29 14:48 UTC, Tomas Mysik
Details
J2EE 1.4 (37.72 KB, image/png)
2007-06-29 14:49 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2007-05-16 14:43:23 UTC
1. Create EntApp using wizard
2. Goto Projects tab
3. Open project properties dlg using pop-up menu
4. Select 'Run' category

Java EE version field has zero length.
User needs to resize dlg manually to view this information.

<elaborate on the actual problem and refer to attached pics>

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-05-16 14:44:08 UTC
Created attachment 42464 [details]
default
Comment 2 kaa 2007-05-16 14:45:33 UTC
Created attachment 42465 [details]
after resize
Comment 3 kaa 2007-05-16 14:48:54 UTC
Created attachment 42467 [details]
j2ee ver not visible
Comment 4 kaa 2007-05-16 14:51:24 UTC
please ignore an attachment (id=42464) named 'default'
it is for another issue.
Comment 5 Vladimir Yaroslavskiy 2007-05-18 09:59:34 UTC
Reassigning to the right category: j2ee.
Enterprise category is for SOA modules.
Comment 6 Tomas Mysik 2007-06-21 13:20:56 UTC
I'm not able to reproduce this issue - is this issue still valid? If yes which OS do you use? And what build of 
netbeans? Thanks.

Product Version: NetBeans IDE Dev (Build 070621)
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
System: Linux version 2.6.21-ck2 running on i386; UTF-8; cs_CZ (nb)
Comment 7 kaa 2007-06-21 16:39:19 UTC
Created attachment 44193 [details]
reproducible: build 0612, winxp, ja locale, fontsize 16
Comment 8 Tomas Mysik 2007-06-26 13:20:49 UTC
I'm still not able to reproduce this issue... I tried it with the fontsize 16 and 18 but everything works - of course, 
I haven't got your i18n bundles - is there any possibility to get them? Please try to use the latest daily build, I 
did a little change but I'm not sure it could help.

Product Version: NetBeans IDE Dev (Build 070626)
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
System: Linux version 2.6.21-ck2 running on i386; UTF-8; cs_CZ (nb)
Java EE 5, J2EE 1.4

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.11; previous revision: 1.10
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.18; previous revision: 1.17
done
Comment 9 Tomas Mysik 2007-06-29 14:47:44 UTC
I was trying to reproduce this issue but still no luck (see attachments and also my previous post, maybe the fix 
works) - so closing as FIXED. If the problem still exists please reopen. Thanks.
Please be sure to use at least Netbeans Build 070626.

Product Version: NetBeans IDE Dev (Build 070629)
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
System: Linux version 2.6.21-ck2 running on i386; UTF-8; ja (nb)
Java EE 5, J2EE 1.4
Comment 10 Tomas Mysik 2007-06-29 14:48:25 UTC
Created attachment 44570 [details]
Java EE 5
Comment 11 Tomas Mysik 2007-06-29 14:49:10 UTC
Created attachment 44571 [details]
J2EE 1.4
Comment 12 kaa 2007-07-03 18:21:59 UTC
verified: build 0630
seems the fix is now integrated