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 - Typing Return in Mount CVS Working Dir Prevents continuation
Summary: Typing Return in Mount CVS Working Dir Prevents continuation
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-09 20:27 UTC by Jonathan Keller
Modified: 2001-08-07 11:02 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 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.