Changeset 7371 for trunk


Ignore:
Timestamp:
10/08/12 17:57:37 (12 years ago)
Author:
angelo
Message:

Ticket #3147 - Problema na insercao de destinatario ao responder a todos

Location:
trunk/expressoMail1_2/js
Files:
2 edited

Legend:

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

    r7344 r7371  
    42564256        div.click(function(e){ 
    42574257                if(e.target == $(this)[0]){ 
    4258                         $(this).find("textarea:last").focus(); 
     4258                        $(this).find("textarea:first").focus(); 
    42594259                        $(this).find("div").removeClass("box-selected"); 
    42604260                } 
     
    42894289         
    42904290        //MAKE KEYDOWN 
    4291         input_keydowns(div.find("textarea"), ID); 
     4291        input_keydowns(div.find("textarea:first"), ID); 
    42924292         
    42934293         
  • trunk/expressoMail1_2/js/main.js

    r7369 r7371  
    21132113                                if(data.cc != ""){ 
    21142114                                        content.find('[name="input_cc"]').val(data.cc); 
    2115                                         input_binds(content.find('[name="input_cc"]').parent(), new_border_ID); 
     2115                                        input_binds(content.find('[name="input_aux_cc"]').parent(), new_border_ID); 
    21162116                                        content.find(".cc-tr").show(); 
    21172117                                        content.find(".cc-button").toggleClass("expressomail-button-icon-ative"); 
Note: See TracChangeset for help on using the changeset viewer.