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 107686

Summary: I18N - web.xml editor has Security view. One of its text labels does not resize to show all of its text
Product: javaee Reporter: kaa <kaa>
Component: CodeAssignee: Erno Mononen <emononen>
Status: VERIFIED FIXED    
Severity: blocker CC: kfrank
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image
vwapp

Description kaa 2007-06-21 16:57:46 UTC
build 0612

1. Create Web App
2. Open web.xml
3. Open Security view

At the bottom of the view there is a label. It doesn't resize to show all of its text.

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-06-21 17:05:42 UTC
Created attachment 44203 [details]
image
Comment 2 Erno Mononen 2007-07-16 14:47:34 UTC
Fixed in trunk.

Checking in SecurityConstraintPanel.form;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/multiview/SecurityConstraintPanel.form,v  <--  
SecurityConstraintPanel.form
new revision: 1.3; previous revision: 1.2
done
Checking in SecurityConstraintPanel.java;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/multiview/SecurityConstraintPanel.java,v  <--  
SecurityConstraintPanel.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 kaa 2007-07-18 19:13:13 UTC
Created attachment 45339 [details]
vwapp
Comment 4 kaa 2007-07-18 19:15:50 UTC
Please ignore attachment 45339 [details]
Comment 5 kaa 2007-08-07 20:07:14 UTC
verified