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 62495 - Escape should return focus to previously selected component
Summary: Escape should return focus to previously selected component
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-08-17 14:28 UTC by Jaromir Uhrik
Modified: 2008-12-22 19:14 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 Jaromir Uhrik 2005-08-17 14:28:48 UTC
[#200508161800]
According to ui-specification:
http://ui.netbeans.org/docs/ui/code_navigator/Navigator spec.html 
the Navigator should return focus to the previosly selected component. It
doesn't work in last daily builds. Nothing happens after pressing Escape key
while navigator has focus. This used to work in previous implementation of
navigator=>adding regression keyword.
Comment 1 David Simonek 2005-09-29 16:13:40 UTC
fixed in main trunk:
Checking in NavigatorController.java;
/cvs/core/navigator/src/org/netbeans/modules/navigator/NavigatorController.java,v
 <--  NavigatorController.java
new revision: 1.5; previous revision: 1.4
done
Checking in NavigatorTC.java;
/cvs/core/navigator/src/org/netbeans/modules/navigator/NavigatorTC.java,v  <-- 
NavigatorTC.java
new revision: 1.6; previous revision: 1.5
Comment 2 Jaromir Uhrik 2005-10-05 08:55:03 UTC
Verified in dev build #200510031800.