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 115405 - I18N - resize situation in reporter window for exceptions
Summary: I18N - resize situation in reporter window for exceptions
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Jindrich Sedek
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-09-13 06:35 UTC by Ken Frank
Modified: 2007-09-29 17:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (18.37 KB, image/gif)
2007-09-13 06:36 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2007-09-13 06:35:27 UTC
not just i18n situation - this is seen even at 11 point font, but user can run with larger fontsizes
- user should not need to resize window to see all contents and labels.

see attached gif - the show records label at top left does not show all of itself.

yes the translations of it might be longer than in english; that is true for many languages
so hardcoded sizing of labels and other areas might cause this vs using dynaming resizing using
api and layout managers.

(please check other windows and areas of dialogs of this functionality for this also)
Comment 1 Ken Frank 2007-09-13 06:36:49 UTC
Created attachment 48709 [details]
image
Comment 2 Jindrich Sedek 2007-09-21 13:50:10 UTC
fixed.
checked in reporter window as issue 113879

Checking in SubmitPanel.form;
/cvs/logger/uihandler/src/org/netbeans/modules/uihandler/SubmitPanel.form,v  <--  SubmitPanel.form
new revision: 1.15; previous revision: 1.14
done
Checking in SubmitPanel.java;
/cvs/logger/uihandler/src/org/netbeans/modules/uihandler/SubmitPanel.java,v  <--  SubmitPanel.java
new revision: 1.18; previous revision: 1.17
done
Comment 3 Ken Frank 2007-09-29 17:23:26 UTC
verified.

Should word MEMORY on the dropdown of which exception records to show be translatable ?
its not in a bundle file ?

ken.frank@sun.com