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 127089 - I18N - confirm/replace dialog does not resize to show all conents
Summary: I18N - confirm/replace dialog does not resize to show all conents
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Alexei Mokeev
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-02-11 04:53 UTC by Ken Frank
Modified: 2008-03-27 13:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (8.58 KB, image/gif)
2008-02-11 04:53 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2008-02-11 04:53:00 UTC
the confirm/replace dialog does not resize to show all its contents - see gif.

running in ja locale with pseudo localized netbeans in which multibyte is added to
front and back of msg/label to emulate increased message length when translated.

and using 14 pt font size which is a reasonable font size

the line that starts Remember .... with the checkbox  - even if resizing it it does
not show the rest of it.

- user should not need to resize a window to see all its contents in any case.
- use of layout managers vs hard coding of window size or size of parts of a window or string
in it can avoid these resize situations, which might happen even if message not pseudo localized.
Comment 1 Ken Frank 2008-02-11 04:53:48 UTC
Created attachment 56403 [details]
image
Comment 2 Petr Pisl 2008-03-27 13:23:36 UTC
This functionality was removed for now.