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 11234

Summary: Typing Return in Mount CVS Working Dir Prevents continuation
Product: obsolete Reporter: Jonathan Keller <jhkeller>
Component: vcscvsAssignee: issues@obsolete <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:

Description Jonathan Keller 2001-04-09 20:27:36 UTC
In NB32-24:
JDK 1.3.0._02

When mounting a CVS filesystem, on the first screen of the wizard.  If you hit the enter key in the Working Directory field, the Next button becomes disabled.

If you change the string in the field such that it is a valid path (delete and insert at least one character) the button re-enables.

It appears that the routine checking if the path is valid is including the entered return character in its match attempt.

Not critical, but was frustrating as I thought I had to exit the mount wizard once this occured.
Comment 1 Martin Entlicher 2001-04-17 11:04:34 UTC
Fixed in the main trunk.
Typing <ENTER> push the default button (usually Next > ).
Typing <ESC> hides the whole wizard.
Comment 2 Martin Entlicher 2001-04-18 16:27:54 UTC
Fixed in release32 build #32.
Comment 3 Tomas Zezula 2001-04-18 22:02:45 UTC
The rutine checking special character \r \n \b is included both in main trunk
and release32 since 09.04.2001
Comment 4 Jan Chalupa 2001-05-06 15:36:27 UTC
Target milestone -> 3.2
Comment 5 Jiri Kovalsky 2001-08-07 11:02:45 UTC
Works as supposed to and described. Verified in the last build #010803
of Forte for Java 3.0 FCS.