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 - I18N - web.xml editor has Security view. One of its text labels does not resize to show all of its text
Summary: I18N - web.xml editor has Security view. One of its text labels does not resi...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-06-21 16:57 UTC by kaa
Modified: 2007-08-07 20:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (46.32 KB, image/jpeg)
2007-06-21 17:05 UTC, kaa
Details
vwapp (35.17 KB, image/jpeg)
2007-07-18 19:13 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
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