Changeset 5967


Ignore:
Timestamp:
04/18/12 16:05:39 (12 years ago)
Author:
angelo
Message:

Ticket #2635 - Lentidao na construcao da tela durante a abertura de mensagens

File:
1 edited

Legend:

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

    r5950 r5967  
    30463046                } 
    30473047        } 
    3048         update_labeleds_msg(); 
    3049          
    3050          
    3051          
     3048 
    30523049        if ( info_msg.attachments && info_msg.attachments.length > 0 ) 
    30533050        { 
     
    33943391                        }); 
    33953392                }); 
    3396         } 
    3397          
    3398     resizeWindow();  
    3399         if ( is_webkit){ //Corrige o bug de foco no Chrome 
     3393        }   
     3394        if ( is_webkit ){ //Corrige o bug de foco no Chrome 
    34003395               var ev = document.createEvent('MouseEvents'); 
    34013396           ev.initEvent( 
     
    34113406                        } 
    34123407                } 
    3413                 else  $("#div_message_scroll_"+ID).focus(); 
     3408        else  $("#div_message_scroll_"+ID).focus(); 
     3409        update_labeleds_msg(); 
     3410        resizeWindow();  
    34143411} 
    34153412  
Note: See TracChangeset for help on using the changeset viewer.