Changeset 59c404d in github


Ignore:
Timestamp:
Apr 7, 2012 2:42:05 PM (14 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
84b028c
Parents:
c73efcc
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rff2d88a r59c404d  
    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) 
  • program/include/main.inc

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

    r4be86f3 r59c404d  
    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.