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 48806 - focus not returned to code area after adding watch
Summary: focus not returned to code area after adding watch
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-09 22:01 UTC by captainpinko
Modified: 2010-04-29 09:19 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 captainpinko 2004-09-09 22:01:40 UTC
After adding a Watch (Ctrl-Shift-F7 or clicking on
the button) focus is not returned to the code
area. I don't know if this is intended behaviour
but it is annoying. I'm guessing it is not
intended since adding a Break Point returns focus
to the code area.
Comment 1 Jan Jancura 2005-03-11 10:22:19 UTC
fixed in the main trunk:

Checking in org/netbeans/modules/debugger/ui/actions/AddWatchAction.java;
/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/AddWatchAction.java,v
 <--  AddWatchAction.java
new revision: 1.10; previous revision: 1.9
done
Checking in org/netbeans/modules/debugger/ui/actions/BreakpointsViewAction.java;
/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/BreakpointsViewAction.java,v
 <--  BreakpointsViewAction.java
new revision: 1.3; previous revision: 1.2
done
Checking in org/netbeans/modules/debugger/ui/actions/CallStackViewAction.java;
/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/CallStackViewAction.java,v
 <--  CallStackViewAction.java
new revision: 1.3; previous revision: 1.2
done
Checking in org/netbeans/modules/debugger/ui/actions/LocalsViewAction.java;
/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/LocalsViewAction.java,v
 <--  LocalsViewAction.java
new revision: 1.3; previous revision: 1.2
done
Checking in org/netbeans/modules/debugger/ui/actions/SessionsViewAction.java;
/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/SessionsViewAction.java,v
 <--  SessionsViewAction.java
new revision: 1.3; previous revision: 1.2
done
Checking in org/netbeans/modules/debugger/ui/actions/ThreadsViewAction.java;
/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/ThreadsViewAction.java,v
 <--  ThreadsViewAction.java
new revision: 1.3; previous revision: 1.2
done
Checking in org/netbeans/modules/debugger/ui/actions/WatchesViewAction.java;
/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/WatchesViewAction.java,v
 <--  WatchesViewAction.java
new revision: 1.3; previous revision: 1.2
done
Comment 2 Jan Jancura 2005-04-13 09:28:35 UTC
No chance to fix it in 4.1.
Comment 3 Martin Entlicher 2005-12-13 17:39:29 UTC
??? It seems to be fixed. At least in 5.0.
Comment 4 Quality Engineering 2010-04-29 09:19:13 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.