Changeset 6050 in subversion


Ignore:
Timestamp:
Apr 7, 2012 2:42:05 PM (14 months ago)
Author:
thomasb
Message:

Corrently focus HTML editor to make cursor visible. Patch by JohnDoh? (#1487073)

Location:
trunk/roundcubemail
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r6039 r6050  
    22=========================== 
    33 
     4- Fix invisible cursor when replying to a html message (#1487073) 
     5- Reset IP stored in session when destroying session data (#1488056) 
    46- Fix bug where memory_limit = -1 wasn't handled properly 
    57- Support LDAP RFC2256's country object class read/write (#1488123) 
  • trunk/roundcubemail/program/include/main.inc

    r6048 r6050  
    13781378        'spellcheck' => intval($RCMAIL->config->get('enable_spellcheck')), 
    13791379        'spelldict'  => intval($RCMAIL->config->get('spellcheck_dictionary')), 
    1380     ))), 'foot'); 
     1380    ))), 'docready'); 
    13811381} 
    13821382 
  • trunk/roundcubemail/program/js/editor.js

    r5994 r6050  
    108108        node.tabIndex = textarea.tabIndex; 
    109109      if (focus) 
    110         editor.getWin().focus(); 
     110        editor.getBody().focus(); 
    111111    } 
    112112  } 
Note: See TracChangeset for help on using the changeset viewer.