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 216253 - Control + Mouse Left Click Not Working
Summary: Control + Mouse Left Click Not Working
Status: REOPENED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 217176 217275 217761 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-08-01 12:12 UTC by chintan4fun
Modified: 2017-09-03 15:06 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (76.43 KB, text/plain)
2012-08-01 12:13 UTC, chintan4fun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chintan4fun 2012-08-01 12:12:51 UTC
Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_05
Runtime = Java HotSpot(TM) Client VM 23.1-b03
Comment 1 chintan4fun 2012-08-01 12:13:00 UTC
Created attachment 122635 [details]
IDE log
Comment 2 Marian Mirilovic 2012-08-02 06:49:13 UTC
Exact steps to reproduce, please
Comment 3 chintan4fun 2012-08-03 07:02:35 UTC
(In reply to comment #2)
> Exact steps to reproduce, please

In My Project, When I use Class B from Class A and use Class B's method.  When I click on Class B. Method by Pressing Ctrl + Left Mouse Click, It goes to the begining of the Class B.  It should go to the Line of the method.  If Class B is open, it goes directly to the line.
Comment 4 Milutin Kristofic 2012-09-13 14:52:32 UTC
*** Bug 217275 has been marked as a duplicate of this bug. ***
Comment 5 Milutin Kristofic 2012-09-13 14:53:50 UTC
Does this happen only when netbeans is scanning projects?
Comment 6 maximy 2012-09-13 14:56:12 UTC
It happens in any state.
Comment 7 Jiri Prox 2012-09-14 06:18:07 UTC
*** Bug 217761 has been marked as a duplicate of this bug. ***
Comment 8 Vladimir Voskresensky 2012-09-14 17:44:26 UTC
What I face is: the first clrl+click does nothing, second click jumps
Comment 9 Ondrej Brejla 2012-10-09 12:35:35 UTC
*** Bug 217176 has been marked as a duplicate of this bug. ***
Comment 10 Milutin Kristofic 2012-11-22 13:29:35 UTC
I need reproducible steps, because it works for me in any scenario.


1, During scanning
2, When focus is in searchbar.
3, When Object is in closed file or in open file


Works all behaviors: Scrolling, Caret is on the clicked method.

Product Version: NetBeans IDE Dev (Build 201211200002)
Java: 1.7.0_04; Java HotSpot(TM) 64-Bit Server VM 23.0-b21
System: Linux version 3.0.0-27-generic running on amd64; UTF-8; en_US (nb)
Comment 11 Ondrej Brejla 2012-11-22 13:36:56 UTC
My observations: issue #217176 and comment 11. Not sure how it behaves in the dev build.
Comment 12 Milutin Kristofic 2012-11-27 15:56:29 UTC
Mail reply from Braddus:
1. Open any java file in your project.
2. Navigate the cursor to a method call to a method contained in another java file NOT CURRENTLY OPEN.
3. Hit Ctrl-Shft-B or right-click->Navigate-Go To Source

If the file is not open, the navigate will only go to the first line of the file containing the method you are trying to navigate to.  Once the file is open, the navigate function then works fine.

Product Version: NetBeans IDE 7.2.1 (Build 201210100934)
Java: 1.7.0_09; Java HotSpot(TM) 64-Bit Server VM 23.5-b02
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\brad\AppData\Roaming\NetBeans\7.2.1
Cache directory: C:\Users\brad\AppData\Local\NetBeans\Cache\7.2.1
Comment 13 Milutin Kristofic 2012-11-28 15:28:00 UTC
I need a log for this issue.

Netbeans should be run with 
netbeans -J-Dorg.netbeans.api.java.source.ui.ElementOpen.level=500

It would be best to run on development version. Since I need asserts to be turn on.

Thank you.
Comment 14 ceklock 2017-02-18 20:56:33 UTC
It is happening again. Sometimes Control + Mouse Left does not work for me. 

Product Version: NetBeans IDE 8.2 (Build 201609300101)
Atualizações: O IDE NetBeans está atualizado para a versão NetBeans 8.2 Patch 1
Java: 1.8.0_65; Java HotSpot(TM) 64-Bit Server VM 25.65-b01
Runtime: Java(TM) SE Runtime Environment 1.8.0_65-b17
System: Windows 10 version 10.0 running on amd64; Cp1252; pt_BR (nb)
Comment 15 Rohaan427 2017-09-03 15:06:30 UTC
Product Version: NetBeans IDE 8.2 (Build 201609300101)
Java: 1.8.0_131; Java HotSpot(TM) 64-Bit Server VM 25.131-b11
Runtime: Java(TM) SE Runtime Environment 1.8.0_131-b11
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)

(NOTE: It's an Intel i7 4770 CPU NOT an AMD so WTH?)

I am having this problem as of this morning. It has been fine for months, but this morning I turn my computer on, fire up NB 8.2, and I can't navigate to ANY methods, in any class, whether the files are open or not. The method will show in the Navigator window, but even clicking on that will not open the source file OR go to the method in an already opened file.

I have deleted the NB cache and allowed it to rebuild it.
I've restarted my PC.
I've waited for NB to scan the project(s).
I've closed the project(s) and reopened them.

I have to say this is the most buggy version of NB I've used (I have multiple exceptions sometimes several times per hour).