=== modified file 'src/com/goldencode/p2j/ui/client/gui/driver/web/GuiWebDriver.java' --- src/com/goldencode/p2j/ui/client/gui/driver/web/GuiWebDriver.java 2016-02-05 06:32:41 +0000 +++ src/com/goldencode/p2j/ui/client/gui/driver/web/GuiWebDriver.java 2016-02-05 08:40:58 +0000 @@ -905,15 +905,6 @@ // check if overlay window exists OverlayWindow ow = WindowManager.findOverlayWindow(); - // this protects from activation already active window - // it become important when overlay window is on screen - // in this case double activation will incorrectly dismiss overlay - // we do not need to activate already active window is there is no overlay on the screen - if (state && WindowManager.isWindowActive(window) && ow == null) - { - return; - } - // if overlay window exists and not a target of activation - remove it first if (state && ow != null && ow != window) {