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 113160 - I18N - some dialogs do not resize to show all their contents
Summary: I18N - some dialogs do not resize to show all their contents
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-08-19 16:59 UTC by Ken Frank
Modified: 2007-09-29 19:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (10.37 KB, image/gif)
2007-08-19 17:00 UTC, Ken Frank
Details
image (75.56 KB, image/gif)
2007-08-19 17:01 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-08-19 16:59:48 UTC
we realize that resizing situations depends on combination of font size, length of labels or msgs, 
monitor size and resolution and platform; this is what is observed using 14 pt font, on solaris,
and using pseudo localized netbeans; it could mean that swing layout mgrs not used
or that some hardcoding of sizes happened 
(users should not need to manually resize dialogs)


see attached gifs

1. switch to - word Repository Revision not show completely

2. merge into - with choice of 2 repos folders - the preview section does not show the 
second textfield completely even if manually resize the window
(this one is not a case of longer strings due to translation)
Comment 1 Ken Frank 2007-08-19 17:00:51 UTC
Created attachment 46849 [details]
image
Comment 2 Ken Frank 2007-08-19 17:01:21 UTC
Created attachment 46850 [details]
image
Comment 3 Maros Sandor 2007-08-21 14:44:50 UTC
Fixing resizing problem #1. I was unable to reproduce the second one in the merge panel. Can you find out what causes
it? Is it the font size or localization? Can you reproduce it on windows/linux as well?

/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/ui/copy/SwitchToPanel.java,v  <-- 
SwitchToPanel.java
new revision: 1.10; previous revision: 1.9
/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/ui/copy/SwitchToPanel.form,v  <-- 
SwitchToPanel.form
new revision: 1.8; previous revision: 1.7
Comment 4 Tomas Stupka 2007-09-04 09:32:12 UTC
fixed

Checking in TwoFoldersPreviewPanel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/copy/TwoFoldersPreviewPanel.java,v  <-- 
TwoFoldersPreviewPanel.java
new revision: 1.10; previous revision: 1.9
done
Checking in TwoFoldersPreviewPanel.form;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/copy/TwoFoldersPreviewPanel.form,v  <-- 
TwoFoldersPreviewPanel.form
new revision: 1.9; previous revision: 1.8
done
Comment 5 Ken Frank 2007-09-29 19:04:42 UTC
verified.