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 114152

Summary: I18N - Status bar has a resize problem on adding WS
Product: obsolete Reporter: kaa <kaa>
Component: visualwebAssignee: Mark Dey <markdey>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: kfrank
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image

Description kaa 2007-08-29 19:23:01 UTC
build 0825, ja_JP, fontsize 16

1. Open Services tab
2. Add Web Service from the pop-up using the following url: http://www.webservicemart.com/uszip.asmx?WSDL

Status bar at the bottom of the IDE does not 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-08-29 19:23:41 UTC
Created attachment 47742 [details]
image
Comment 2 Mark Dey 2007-08-30 15:05:54 UTC
The status bar is designed to consume as little real estate as possible for transient status messages. If you need/want
to read the full text of the messsages, you can click on the status bar to obtain a popup window containing the full
text. Status bar is a general feature of the IDE, not specific to VisualWeb so if you have further issues with the UI
design, please file them under issuezilla category "core/progress".