Fix hiding of mark menu (#1484944)

release-0.6
thomascube 16 years ago
parent 64f20dae0c
commit aee3a2f1d2

@ -5,6 +5,7 @@ CHANGELOG RoundCube Webmail
----------
- 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)
----------

@ -28,7 +28,7 @@ show_markmenu: function(show)
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);
},

Loading…
Cancel
Save