Changeset 8219 for trunk


Ignore:
Timestamp:
09/17/13 16:06:11 (11 years ago)
Author:
angelo
Message:

Ticket #3488 - Inconsistencias na composicao de mensagens com Firefox ESR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r8212 r8219  
    46404640            delay : 300, 
    46414641            minLength: 0 
    4642         }).bind('catcompleteopen', function(event, ui) { 
     4642        }).bind('autocompleteopen', function(event, ui) { 
    46434643 
    46444644            $(this).data('is_open',true); 
    46454645 
    4646         }).bind('catcompleteclose', function(event, ui) { 
     4646        }).bind('autocompleteclose', function(event, ui) { 
    46474647 
    46484648            canMakeBox = true; 
    46494649            $(this).data('is_open',false); 
    4650  
     4650            $(this).blur().focus(); 
    46514651        }).data( "autocomplete" )._renderItem = function( ul, item ) { 
    46524652            var autocomplete = $(this)[0].element; 
Note: See TracChangeset for help on using the changeset viewer.