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

Summary: CVS: Design of login failure dialog is ugly.
Product: obsolete Reporter: Jiri Kovalsky <jkovalsky>
Component: vcsgenericAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker Keywords: SIMPLEFIX, UI, USABILITY
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 51807    

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.