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 - ESC and ENTER doesn't work correctly in the Upload dialog
Summary: ESC and ENTER doesn't work correctly in the Upload dialog
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
: 178681 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-11 16:48 UTC by Petr Pisl
Modified: 2010-04-16 07:58 UTC (History)
3 users (show)

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 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. ***