thomascube
2008-07-31 aee3a2f1d2688c5b5285a04c3ad30f5fd6a23f37
Fix hiding of mark menu (#1484944)

2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/default/templates/mail.html 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -5,6 +5,7 @@
----------
- Make default imap folders configurable for each user (#1485075)
- Save outgoing mail to selectable folder (#1324581)
- Fix hiding of mark menu when clicking th button again (#1484944)
2008/07/21 (alec)
----------
skins/default/templates/mail.html
@@ -28,7 +28,7 @@
body_mouseup: function(evt, p)
{
  if (this.markmenu && this.markmenu.visible)
  if (this.markmenu && this.markmenu.visible && evt.target != rcube_find_object('markreadbutton'))
    this.show_markmenu(false);
},