IDEA-181123 Docker. Run Configuration. "Command preview" and "Command line options" fields should not remain over the other windows by changing focus

This commit is contained in:
Sergey Malenkov
2017-10-25 20:00:02 +03:00
parent 4650725847
commit 730eda30c4
@@ -194,6 +194,7 @@ public class ExpandableTextField extends ExtendableTextField implements Expandab
popup = JBPopupFactory.getInstance()
.createComponentPopupBuilder(pane, area)
.setMayBeParent(true) // this creates a popup as a dialog with alwaysOnTop=false
.setFocusable(true)
.setRequestFocus(true)
.setTitle(title)