Changeset 4292 in subversion


Ignore:
Timestamp:
Nov 30, 2010 3:13:44 PM (2 years ago)
Author:
alec
Message:
  • Fix window is blur'ed in IE when selecting a message (#1487316)
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r4290 r4292  
    55- Fix attachments of type message/rfc822 are not listed on attachments list 
    66- Add 'login_lc' config option for case-insensitive authentication (#1487113) 
     7- Fix window is blur'ed in IE when selecting a message (#1487316) 
    78 
    89RELEASE 0.5-BETA 
  • trunk/roundcubemail/program/js/list.js

    r4224 r4292  
    224224 
    225225  // Un-focus already focused elements 
    226   $('*:focus').blur(); 
     226  $('*:focus', window).blur(); 
    227227 
    228228  if (e || (e = window.event)) 
Note: See TracChangeset for help on using the changeset viewer.