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 90142 - [Study][DB-9] Two clicks needed to add a breakpoint
Summary: [Study][DB-9] Two clicks needed to add a breakpoint
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL: http://ui.netbeans.org/usability/debu...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-28 09:01 UTC by jrojcek
Modified: 2010-04-29 09:31 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 jrojcek 2006-11-28 09:01:32 UTC
Finding	
If the editor tab is not active, it takes 2 clicks to add a breakpoint. The first click activates the editor, the 
second click adds the breakpoint.

Severity	
Several participants encountered this behavior. This is a bug.

Recommendation	
One click should add a breakpoint in this scenario.
Comment 1 Martin Entlicher 2007-01-11 09:46:06 UTC
Yes, this is a pure defect.
Comment 2 Martin Entlicher 2007-03-06 16:48:30 UTC
Fixed in trunk:

/shared/data/ccvs/repository/debuggercore/src/org/netbeans/modules/debugger/ui/actions/DebuggerAction.java,v
 <--  DebuggerAction.java
new revision: 1.15; previous revision: 1.14
Comment 3 Martin Entlicher 2007-03-06 18:28:19 UTC
The fix is slightly refined - it's necessary to call setEnabled() on AWT thread:

/shared/data/ccvs/repository/debuggercore/src/org/netbeans/modules/debugger/ui/actions/DebuggerAction.java,v
 <--  DebuggerAction.java
new revision: 1.16; previous revision: 1.15
Comment 4 Quality Engineering 2010-04-29 09:31:09 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.