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 21785 - ToggleBreakpoint affects wrong file when changing buffers
Summary: ToggleBreakpoint affects wrong file when changing buffers
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: externaleditor (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P4 blocker (vote)
Assignee: Melih Ovadya
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-21 19:17 UTC by David Weatherford
Modified: 2002-07-19 15: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 David Weatherford 2002-03-21 19:17:20 UTC
After the fix for issue 21784,  ToggleBreakpoint (Shift-F8) toggles the
breakpoint on the current line of the previous buffer if you switch buffers
in xemacs and hit S-F8 without moving the cursor and waiting 3 seconds.
Comment 1 David Weatherford 2002-03-21 19:18:29 UTC
Can't fix until Actions re-work (issue 17597).  Changing to P4.
Comment 2 Melih Ovadya 2002-04-02 05:22:23 UTC
By always sending the EVT_newDotandMark in the current 
buffer (whether or not the caret has changed since last 
event) we fix this problem.