Changeset 7007 for trunk/expressoMail1_2


Ignore:
Timestamp:
08/14/12 16:43:04 (12 years ago)
Author:
gustavo
Message:

Ticket #3017 - Problemas com os contatos dinamicos no expressoMail

File:
1 edited

Legend:

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

    r6996 r7007  
    39993999        //AO COLAR UM TEXTO NO CAMPO 
    40004000        .bind("paste", function(e){ 
    4001                 $(this).trigger("keydown"); 
     4001                //$(this).trigger("keydown"); 
    40024002                var pthis = $(this); 
    40034003                setTimeout(function() { 
     
    40844084                input.css("display" , "inline-block"); 
    40854085                $(this).before(input); 
     4086                $(this).remove(); 
     4087                $(input).focus(); 
    40864088                input_keydowns(input, currentTab); 
    4087                 $(this).remove(); 
    40884089        //CLICK SIMPLES NA CAIXA 
    40894090        }).click(function(){ 
Note: See TracChangeset for help on using the changeset viewer.