Changeset aee3a2f in github


Ignore:
Timestamp:
Jul 31, 2008 5:50:14 PM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6c20f48
Parents:
64f20da
Message:

Fix hiding of mark menu (#1484944)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rfaf8766 raee3a2f  
    66- Make default imap folders configurable for each user (#1485075) 
    77- Save outgoing mail to selectable folder (#1324581) 
     8- Fix hiding of mark menu when clicking th button again (#1484944) 
    89 
    9102008/07/21 (alec) 
  • skins/default/templates/mail.html

    re189a6c raee3a2f  
    2929body_mouseup: function(evt, p) 
    3030{ 
    31   if (this.markmenu && this.markmenu.visible) 
     31  if (this.markmenu && this.markmenu.visible && evt.target != rcube_find_object('markreadbutton')) 
    3232    this.show_markmenu(false); 
    3333}, 
Note: See TracChangeset for help on using the changeset viewer.