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 - I18N - Status bar has a resize problem on adding WS
Summary: I18N - Status bar has a resize problem on adding WS
Status: RESOLVED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Mark Dey
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-08-29 19:23 UTC by kaa
Modified: 2007-08-30 15:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (21.59 KB, image/jpeg)
2007-08-29 19:23 UTC, kaa
Details

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