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 46336 - CVS: Design of login failure dialog is ugly.
Summary: CVS: Design of login failure dialog is ugly.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: SIMPLEFIX, UI, USABILITY
Depends on:
Blocks: 51807
  Show dependency tree
 
Reported: 2004-07-20 14:41 UTC by Jiri Kovalsky
Modified: 2006-03-24 09:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2004-07-20 14:41:46 UTC
Development build #200407151800 of NetBeans 4.0 
Windows XP, JDK 1.5.0 Beta #58

Description:
============
The dialog informing user about problems in login
to CVS server should be redesigned. It is narrow
so the message is almost always unreadable. Also
progress bar should have fixed width.

Steps to reproduce:
===================
1. Invoke "Versioning|CVS|Global CVS Checkout...".
2. Press "Login" button.
3. The failure message is not readable without
resizing the dialog.
4. Width of progress bar is also changed then.
Comment 1 _ pkuzel 2005-01-05 15:30:25 UTC
I expect very simple fix here.
Comment 2 Martin Entlicher 2005-01-17 11:01:41 UTC
Fixed in trunk:

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsLoginCheck.java,v
 <--  CvsLoginCheck.java
new revision: 1.11; previous revision: 1.10

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/passwd/CVSPasswd.java,v
 <--  CVSPasswd.java
new revision: 1.11; previous revision: 1.10

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/passwd/CvsLoginProgressPanel.form,v
 <--  CvsLoginProgressPanel.form
new revision: 1.2; previous revision: 1.1

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/passwd/CvsLoginProgressPanel.java,v
 <--  CvsLoginProgressPanel.java
new revision: 1.2; previous revision: 1.1

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/passwd/LoginPanel.java,v
 <--  LoginPanel.java
new revision: 1.6; previous revision: 1.5

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/passwd/CvsLoginDialog.form,v
 <--  CvsLoginDialog.form
new revision: delete; previous revision: 1.1

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/passwd/CvsLoginDialog.java,v
 <--  CvsLoginDialog.java
new revision: delete; previous revision: 1.4
Comment 3 Jiri Kovalsky 2006-03-24 08:27:23 UTC
Yes, it's better now. Verified in FCS build #200505031930 of NetBeans 4.1.