Ignore:
Timestamp:
01/19/12 11:02:59 (12 years ago)
Author:
angelo
Message:

Ticket #2452 - Quebra de linha ao incluir destinatario a partir da pesquisa

File:
1 edited

Legend:

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

    r5395 r5402  
    6767                                                e.preventDefault(); 
    6868                                                $("#dialog-modal").dialog("close"); 
     69                                        } 
     70                                        if (is_webkit){ 
     71                                                //Posiciona o cursor no final do texto no Chrome 
     72                                                var txt_area = document.getElementById('to_'+id_); 
     73                                                var len = txt_area.value.length; 
     74                                                txt_area.setSelectionRange(len, len); 
    6975                                        } 
    7076                                        break; 
Note: See TracChangeset for help on using the changeset viewer.