@Override
 public boolean isPopupActive() {
   return mySearchPopup != null && mySearchPopup.isVisible();
 }