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 146976

Summary: ESC and ENTER doesn't work correctly in the Upload dialog
Product: php Reporter: Petr Pisl <ppisl>
Component: FTP SupportAssignee: Tomas Mysik <tmysik>
Status: VERIFIED FIXED    
Severity: blocker CC: patweb, razel, rmatous
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Pisl 2008-09-11 16:48:19 UTC
Open Upload dialog. When you press ENTER, nothing happen -> it should upload the files. When you press ESC, then the
upload action is executed, which is wrong. Check also download dialog.
Comment 1 Tomas Mysik 2008-09-17 10:10:15 UTC
Fixed. ENTER has different behaviour than requested - it is due the JTable, the behaviour is now consistent with other 
JTables.
http://hg.netbeans.org/main/rev/8d30934137fd
Comment 2 Quality Engineering 2008-09-17 17:28:39 UTC
Integrated into 'main-golden', will be available in build *200809171401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8d30934137fd
User: Tomas Mysik <tmysik@netbeans.org>
Log: #146976: ESC and ENTER doesn't work correctly in the Upload dialog

ENTER has different behaviour than requested - it is due the JTable, the behaviour is now consistent with other JTables.
Comment 3 Mikhail Matveev 2008-12-02 14:36:49 UTC
Esc verified, Enter accepted.
Comment 4 Tomas Mysik 2010-04-16 07:58:54 UTC
*** Bug 178681 has been marked as a duplicate of this bug. ***