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 119309 - Textfields in 2nd step of clone wizard should have same dimensions.
Summary: Textfields in 2nd step of clone wizard should have same dimensions.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-10-18 08:31 UTC by Peter Pis
Modified: 2008-01-03 09:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
clone (30.93 KB, image/png)
2007-10-23 15:51 UTC, Peter Pis
Details
screenshot - GTK L&F (18.69 KB, image/gif)
2007-10-24 10:55 UTC, Marian Petras
Details
proposed patch (6.40 KB, patch)
2007-10-24 11:47 UTC, Padraig Obriain
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2007-10-18 08:31:20 UTC
Product Version         = NetBeans IDE 6.0 Beta 2 (Build 200710172300)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor        = 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05; Sun Microsystems Inc.
Java Home               = d:\Java\jdk1.6.0_03\jre
System Locale; Encoding = en_GB (nb); Cp1252
Mercurial plugin        = 1.4.0.42.1

Open the "Clone Other" wizard and proceed to 2nd step of it. Textfields don't have same dimension there but they should.
Comment 1 Padraig Obriain 2007-10-18 08:50:09 UTC
Can you show me a screenshot?

Do you means that there are different from each other?

Comment 2 Peter Pis 2007-10-23 15:51:49 UTC
Created attachment 51505 [details]
clone
Comment 3 Peter Pis 2007-10-23 15:53:10 UTC
Sorry, haven't noticed last requirement from you. 
Comment 4 Marian Petras 2007-10-24 10:55:44 UTC
Created attachment 51558 [details]
screenshot - GTK L&F
Comment 5 Marian Petras 2007-10-24 10:58:20 UTC
I attached a screenshot from the dialogue in NetBeans running with GTK L&F. I have a larger font size set in Gnome so
the problem is more apparent there.

It seems that height of the second text-field is fixed, i.e. it does not respect the font size.
Comment 6 Marian Petras 2007-10-24 11:00:36 UTC
I forgot to note that the last three letters in the clone name text-field in the screenshot are "yjq".
Comment 7 Padraig Obriain 2007-10-24 11:47:20 UTC
Created attachment 51564 [details]
proposed patch
Comment 8 Padraig Obriain 2007-10-24 11:49:30 UTC
IDE:-------------------------------------------------
IDE: [10/24/07 11:48 AM] Committing Files started
Checking in CloneDestinationDirectoryPanel.form;
/shared/data/ccvs/repository/versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/CloneDestinationDirectoryPanel.form,v
 <--  CloneDestinationDirectoryPanel.form
new revision: 1.8; previous revision: 1.7
done
Checking in CloneDestinationDirectoryPanel.java;
/shared/data/ccvs/repository/versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/CloneDestinationDirectoryPanel.java,v
 <--  CloneDestinationDirectoryPanel.java
new revision: 1.11; previous revision: 1.10
done
IDE: [10/24/07 11:48 AM] Committing Files finished
Comment 9 Peter Pis 2007-10-25 09:44:42 UTC
Verified.