Changeset 6699a68 in github


Ignore:
Timestamp:
Mar 14, 2012 10:30:41 AM (15 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
a621a9d
Parents:
ff4c18f
Message:
  • Fix bug where it wasn't possible to enter ( or & characters in autocomplete fields
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r64f6f293 r6699a68  
    22=========================== 
    33 
     4- Fix bug where it wasn't possible to enter ( or & characters in autocomplete fields 
    45- Request all needed fields from address book backends (#1488394) 
    56- Unified (single) spellchecker button 
  • program/js/app.js

    r32077b1 r6699a68  
    36293629 
    36303630    switch (key) { 
    3631       case 38:  // key up 
    3632       case 40:  // key down 
    3633         if (!this.ksearch_pane) 
     3631      case 38:  // arrow up 
     3632      case 40:  // arrow down 
     3633        if (!this.ksearch_visible()) 
    36343634          break; 
    36353635 
Note: See TracChangeset for help on using the changeset viewer.