thomascube
2010-07-12 c7f7ce889d8883751b86952fc42410bde159e83f
Delay popup hiding to make menu actions work (#1486848)

2 files modified
2 ■■■ changed files
skins/default/functions.js 2 ●●● patch | view | raw | blame | history
skins/default/images/mail_footer.png patch | view | raw | blame | history
skins/default/functions.js
@@ -214,7 +214,7 @@
      && (!this.popups[i].editable || !this.target_overlaps(target, this.popups[i].id))
      && (!this.popups[i].sticky || !rcube_mouse_is_over(evt, rcube_find_object(this.popups[i].id)))
    ) {
      this.show_popup(i, false);
      window.setTimeout('$("#'+this.popups[i].id+'").hide()', 50);
    }
  }
},
skins/default/images/mail_footer.png