zayquan
zayquan

Reputation: 8062

Intellij search in file causes full screen box to appear

Apologies if this belongs on a different stack exchange site.

Using Intellij Ultimate v 2017.1.1 on OSX Sierra, when I do a search in file, using CMD+f, I get an unusable full screen search dialog. Has anyone seen this ? Images attached.

Before clicking CMD+f (all is well) enter image description here

I try to search for something: enter image description here

Any help appreciated. The Internets has so far yielded no help.

Upvotes: 0

Views: 227

Answers (2)

CrazyCoder
CrazyCoder

Reputation: 402413

This issue is already fixed, please see https://youtrack.jetbrains.com/issue/IDEA-170295 for details.

It was caused by the Swing MigLayout misbehavior when system DPI was extremely high.

Upvotes: 1

jackar
jackar

Reputation: 724

This can happen if you accidentally paste a huge block of code into the finder, try CMD+f and then CMD+a and finally delete.

Upvotes: 0

Related Questions