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 31776 - Wrong mapped 'Enter' in New CVS Wizard
Summary: Wrong mapped 'Enter' in New CVS Wizard
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-03-07 13:52 UTC by Martin Schovanek
Modified: 2006-08-03 17:58 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 Martin Schovanek 2003-03-07 13:52:36 UTC
[Nb Build 200303070100, jdk1.4.1]

Steps to reproduce:
-------------------
1) select File > Mount Filesystem > Version
Control > CVS
2) click 'Next'; choose 'Browse'; File Chooser
dialog appers
3) select a folder and press 'Enter'

Action 'Open' is performed instead of changing
current directory to selected folder.
Comment 1 Richard Gregor 2003-03-10 09:20:43 UTC
SCHEDULED FOR 4.0
Comment 2 Martin Entlicher 2003-07-25 13:09:34 UTC
This wizard is not in a part of projects build. But Browse dialogs
behave the same way in VCS Generic module. This seems to be the
default behavior of JFileChooser, so why should it be different? Isn't
this a bug of JFileChooser?

I've found core/src/org/netbeans/beaninfo/editors/FileEditor.java
So this should be used instead of JFileChooser, is that right?

This issue applies also to diff and vcsgeneric module.

Comment 3 Martin Entlicher 2003-12-15 17:43:43 UTC
The problem is fixed by removing the CVS mount wizard.
Comment 4 Martin Schovanek 2006-08-03 17:58:43 UTC
v.