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 203915 - [71cat] Input handler for signer password too small
Summary: [71cat] Input handler for signer password too small
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-18 15:23 UTC by Michel Graciano
Modified: 2011-11-04 11:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample image (7.31 KB, image/png)
2011-10-18 15:24 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2011-10-18 15:23:44 UTC
[ BUILD # : 192c5181e828 ]
[ JDK VERSION : 1.7 ]

When the plugin build asks for keystore password, the UI is too small to
accommodate the text field. I will attach a image I took when creating NBM for
http://java.net/projects/copypastehistory/ project.
Comment 1 Michel Graciano 2011-10-18 15:24:40 UTC
Created attachment 112185 [details]
Sample image

The workaround for this is just resize the window manually.
Comment 2 Michel Graciano 2011-10-18 15:39:08 UTC
Product Version: NetBeans IDE Dev (Build 20111017-192c5181e828)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Linux version 2.6.32-35-generic-pae running on i386; ISO-8859-1; en_US (nb)

Ubuntu 10.04 running the IDE with Metal LAF.
Comment 3 Jesse Glick 2011-11-03 21:26:33 UTC
I cannot reproduce with a test script

<project default="x">
    <target name="x">
        <input message="Enter password for nbproject/private/keystore:" addproperty="x"/>
    </target>
</project>

on Oneiric w/ either Metal (JDK 7) or GTK (JDK 6) L&F; looks fine. If you can still reproduce, feel free to suggest a patch:

o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbInputHandler.java
Comment 4 Michel Graciano 2011-11-04 11:01:04 UTC
Thanks Jesse. I gonna try this later again and if it is still valid for me I will provide a patch.