Delay popup hiding to make menu actions work (#1486848)

release-0.6
thomascube 14 years ago
parent 9e55503dad
commit c7f7ce889d

@ -214,7 +214,7 @@ body_mouseup: function(evt, p)
&& (!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);
}
}
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Loading…
Cancel
Save