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 106044 - F8 does not work on first try while debugger windows have focus
Summary: F8 does not work on first try while debugger windows have focus
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-07 17:19 UTC by Jesse Glick
Modified: 2010-04-29 09:33 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 Jesse Glick 2007-06-07 17:19:36 UTC
If you have e.g. Local Vars focussed, pressing F8 does not step the debugger on
the first try; you need to press it again (at which point focus should transfer
to the editor).
Comment 1 Martin Entlicher 2007-06-08 08:51:14 UTC
Can not be reproduced on JDK 1.5. Happens only on 1.6 (and newer probably), at
least to me.
This seems to be a standard behavior of JTable...
Comment 2 Martin Entlicher 2007-06-11 19:04:31 UTC
F8 is filtered out from the JTable input map:

/shared/data/ccvs/repository/debuggercore/viewmodel/src/org/netbeans/modules/viewmodel/TreeTable.java,v
 <--  TreeTable.java
new revision: 1.29; previous revision: 1.28
Comment 3 Quality Engineering 2010-04-29 09:33:32 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.