- Fix window is blur'ed in IE when selecting a message (#1487316)
| | |
| | | - Plugin API: Add 'pass' argument in 'authenticate' hook (#1487134) |
| | | - Fix attachments of type message/rfc822 are not listed on attachments list |
| | | - Add 'login_lc' config option for case-insensitive authentication (#1487113) |
| | | - Fix window is blur'ed in IE when selecting a message (#1487316) |
| | | |
| | | RELEASE 0.5-BETA |
| | | ---------------- |
| | |
| | | } |
| | | |
| | | // Un-focus already focused elements |
| | | $('*:focus').blur(); |
| | | $('*:focus', window).blur(); |
| | | |
| | | if (e || (e = window.event)) |
| | | rcube_event.cancel(e); |