New 2024 has strange browser popup on Ctrl-Alt-Click

Answered

In previous versions when I performed a Ctrl-Alt-Click on a Propery, it took me to the implementation and now it pops up some browser debug window.  Is this now expected?

0
31 comments
Could you please double check and reset the "Go to Implementation(s)" from "File | Settings | Keymap"?
Please also disable UI/icon related plugins for issue isolation purpose. If the issue persists, please file a new ticket in YouTrack(https://youtrack.jetbrains.com/issues) with the zipped log folder(Help | Collect Logs and Diagnostic Data) and screencast to demonstrate the issue.
0
The posted link goes to this thread, could you please share the YouTrack link?
0

Hi, I am still getting the com.intellij.openapi.editor.impl.EditoeComponentImpl popup when doing a Ctrl-Alt-Click despite the keymaps being set to go to Implementation.  Any fix for this?

0
Where did you see the popup? Have you tried restoring to default(duplicate first as backup) from File | Settings | Keymap and resetting it again?
0

The popup comes in at the side of IJ as soon as I do a Ctrl-Alt-Click

0
To make sure we understand the issue completely, could you please file a new YouTrack ticket with below info shared?

1. A short video to demonstrate the issue.
2. A sample project as reproducer.
3. The zipped log folder from "Help | Collect Logs and Diagnostic Data".
0

I have a video and log but I am not sure how to attach them

0

2025_07_22_YhCC2ZGS3ZM6grxSjSAS7d

0
You may please share it either in a new ticket in https://youtrack.jetbrains.com/issues, or https://uploads.jetbrains.com/ and let us know the upload id.
0

Here is the video 2025_07_22_YhCC2ZGS3ZM6grxSjSAS7d

0
Thank you for the video and the log. Does it make a difference by disabling plugin "Zalando OpenAPI Editor"?
0
Is it reproducible on all projects? Please try:

1. Disable all custom plugins via "Settings | Plugins | ⚙ | Disable all downloaded plugins".
2. File > Invalidate Caches.. > enable Clear file system cache and Local History option > Invalidate and Restart
3. If the issue persists, please share the latest log then.
0

that did not work either.

here is the new log 2025_07_23_243vDrYJNRuHMiCCYSxNnp

0

FWIW, i can't get rid of Guidewire as the “classes” are not java but Gosu so i need GW to run.

0
Do you see this issue only with Gosu? From the log I can see some custom plugins are still in enabled state. The previous test was supposed to isolate the issue.
If the issue is reproducible with all custom plugins disabled from any projects, then it might be an IJ platform issue. If it is only reproducible with certain plugin enabled and from specific projects only(with Gosu for example), then we might focus on that direction.

From the log trace, it seems that "gw.gosu.ij.codeInsight.completion" has its way to influence "com.intellij.openapi.editor.impl.CaretModelImpl.runForEachCaret", have you tried disabling that plugin?
0

i managed to turn off ALL plugins and was able to reproduce the issue.  I just had to find some java instead of Gosu to play with

Logs are here

2025_07_24_zomm4dQWEFFLmEmsBJHTJM

0
Could you please help do one last test?

1. Disable all custom plugins via "Settings | Plugins | ⚙ | Disable all downloaded plugins". In your latest test as per the log, Gherkin (241.14494.150), Cucumber for Java (241.14494.158), Zalando OpenAPI Editor (1.3.0) are still disabled. 
2. Restore Keymap to default from " File | Settings | Keymap".
3. Share the latest log if the issue persists. I would expect no more enabled plugins seen from the log and focus on an error trace and see the difference.
0

same thing
Log attached

2025_07_25_qiqxLgpvx928PqnTL3zt2h

0
Hi,

You have enabled Internal Mode in IntelliJ, which uses Ctrl+Alt+Click to open the UI Inspector.

Please click `Help | Edit Custom Properties`, remove idea.is.internal=true and restart the IDE to disable this Ctrl-Alt-Click feature.
Also, you can re-enable your plugins and use your previous keymap.

See the below link for details:
https://plugins.jetbrains.com/docs/intellij/enabling-internal.html
https://plugins.jetbrains.com/docs/intellij/internal-ui-inspector.html
0

actually that menu option is greyed out. Where is that file stored so I can look at it?
 

0
Can you please check the files in the below places to make sure no idea.is.internal=true exists in any of the below files and restart the IDE

C:\Guidexxxxx\WS-xxxxx\Suite\Contactxxxx\.idea\settings\config\idea.properties (I have masked some sensitive info in this file path)
C:\Users\<your_system_username>\AppData\Roaming\JetBrains\IdeaIC2022.3\idea.properties
:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2022.3.3\idea.properties

Does it help?
0

interesting, I don't have an idea.properties file in any of those 3 places

the only one i do see is 

"C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2024.1.7\bin\idea.properties"

0
Sorry, I just noticed that you used the `C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2022.3.3` before and now use the 2024.1.7 version.

Do you have idea.is.internal=true in the below places:
C:/Guidexxx/WS-xxx/xxxxx/Contactxxxx/.idea/settings/idea.properties (from the log, it seems this file is in this location actually)
C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2024.1.7\bin\idea.properties

If yes, try to remove that entry and restart the IDE.
0

sorry for some reason i didn't have a properties file in ContactManager but today it is there.

However there was no setting for internal in either of the files. I even tried setting it to false and it still didn't work'

FWIW, when i set it to false in ContactManager, after starting IJ again, it modified the file and wiped out that setting.

As for this issue, yes, it only started once i upgraded to IJ 2024.1.7

 

0

That's odd. Can you please open `File | Settings | Keymap`, search `UI inspector` there.

Can you find an action named `UI inspector` like the attached picture? Please right-click that entry to remove that shortcut.

Would it help?

 

0

YAY, that was it. I had to restart after it to have it take effect. That really shouldn't be on by default and it is interesting that it overrides my other setting.

THANK YOU for your patience!

1

to be quite honest, I am not sure what that feature even does as it seems to be very confusing but it definitely shouldn't be on by default IMHO

0

Please sign in to leave a comment.