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 216601 - Inability to toggle breakpoint after find (CTRL-F)
Summary: Inability to toggle breakpoint after find (CTRL-F)
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal with 3 votes (vote)
Assignee: Milutin Kristofic
URL:
Keywords: REGRESSION
: 219037 224498 226181 226369 226992 227121 227406 (view as bug list)
Depends on: 216805
Blocks:
  Show dependency tree
 
Reported: 2012-08-09 13:39 UTC by Martin Entlicher
Modified: 2013-03-19 10:47 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
This patch can be applied to fix this bug if issue #216805 is resolved as proposed. (4.03 KB, patch)
2012-08-17 10:38 UTC, Martin Entlicher
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2012-08-09 13:39:47 UTC
When a focus in in editor's find text field (CTRL-F pressed in editor), clicking on editor's gutter does not toggle breakpoint. Also, "Toggle Line Breakpoint" is disabled in Debugger menu.

This is a regression caused by the fix of issue #210416.
Comment 1 Martin Entlicher 2012-08-09 13:42:42 UTC
The problem is, that the Find text field contain an editor pane. Toggle breakpoint action then tries to use that Find editor's pane instead of the pane opened in the Editor.
Comment 2 Martin Entlicher 2012-08-17 10:38:37 UTC
Created attachment 123244 [details]
This patch can be applied to fix this bug if issue #216805 is resolved as proposed.
Comment 3 Martin Entlicher 2012-11-14 15:52:04 UTC
*** Bug 219037 has been marked as a duplicate of this bug. ***
Comment 4 Martin Entlicher 2013-01-04 17:34:16 UTC
*** Bug 224498 has been marked as a duplicate of this bug. ***
Comment 5 Martin Entlicher 2013-02-20 10:30:32 UTC
*** Bug 226369 has been marked as a duplicate of this bug. ***
Comment 6 Martin Entlicher 2013-02-27 14:42:36 UTC
*** Bug 226181 has been marked as a duplicate of this bug. ***
Comment 7 Jiri Kovalsky 2013-03-05 09:17:23 UTC
*** Bug 226992 has been marked as a duplicate of this bug. ***
Comment 8 Milutin Kristofic 2013-03-07 14:04:53 UTC
*** Bug 227121 has been marked as a duplicate of this bug. ***
Comment 9 Milutin Kristofic 2013-03-11 14:16:05 UTC
Fixed in http://hg.netbeans.org/jet-main/rev/48431219d07b

I set focus after click in Gutter. I take responsibility for this bug, I will integrate it to nb 7.3 patch.
Comment 10 Quality Engineering 2013-03-13 02:08:40 UTC
Integrated into 'main-golden', will be available in build *201303122300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/48431219d07b
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #216601 - Inability to toggle breakpoint after find (CTRL-F)
Comment 11 Jiri Prox 2013-03-13 09:19:32 UTC
verified
Comment 12 Milutin Kristofic 2013-03-13 12:56:05 UTC
Integrated
http://hg.netbeans.org/releases/rev/d19823434305
Comment 13 Quality Engineering 2013-03-14 21:11:19 UTC
Integrated into 'releases', will be available in build *201303141828* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/d19823434305
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #216601 - Inability to toggle breakpoint after find (CTRL-F)
Comment 14 MackSix 2013-03-18 13:05:51 UTC
I think this bug is related. If I click rectangular selection twice and then put cursor on page, the toggling works. Does this fix it too? 

http://netbeans.org/bugzilla/show_bug.cgi?id=225266
Comment 15 MackSix 2013-03-18 13:12:45 UTC
(In reply to comment #14)
> I think this bug is related. If I click rectangular selection twice and then
> put cursor on page, the toggling works. Does this fix it too? 
> 
> http://netbeans.org/bugzilla/show_bug.cgi?id=225266

I just tried it and the toggle a breakpoint works, but issue 225266 still occurs. Interesting that if I toggle a breakpoint first, issue 225266 works the the first time I click the rectangular selection button. 

Product Version: NetBeans IDE Dev (Build 201303162300)
Java: 1.7.0_17; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_17-b02
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 16 Marian Mirilovic 2013-03-19 10:47:32 UTC
*** Bug 227406 has been marked as a duplicate of this bug. ***