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

Summary: I18N - confirm/replace dialog does not resize to show all conents
Product: php Reporter: Ken Frank <kfrank>
Component: CodeAssignee: Alexei Mokeev <av-nb>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: I18N
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image

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.