mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-175973 Enter file name search popup is not closing itself after losing focus when no value available in textbox.
Set cancel on click outside
This commit is contained in:
@@ -844,7 +844,7 @@ public abstract class ChooseByNameBase {
|
||||
myTextPopup = null;
|
||||
close(false);
|
||||
return Boolean.TRUE;
|
||||
}).setFocusable(true).setRequestFocus(true).setModalContext(false).setCancelOnClickOutside(false);
|
||||
}).setFocusable(true).setRequestFocus(true).setModalContext(false);
|
||||
|
||||
Point point = new Point(x, y);
|
||||
SwingUtilities.convertPointToScreen(point, layeredPane);
|
||||
|
||||
Reference in New Issue
Block a user