Ignore:
Timestamp:
07/31/13 15:45:23 (11 years ago)
Author:
cristiano
Message:

Ticket #3883 - Retirado requisição refresh enquanto o usuario esta digitando um texto

File:
1 edited

Legend:

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

    r8187 r8191  
    688688 
    689689function refresh(alert_new_msg, notifyPermission){ 
     690 
     691    //Não deixa atualizar caso o usuario esteja em uma aba de nova mesnagem , reponder ou encaminhar; 
     692    //Evita o travamento da escrita no CKEDITOR. 
     693    if(typeof(currentTab) !== 'undefined' && currentTab.toString().indexOf("_r_") === -1 && currentTab !== 0 ) 
     694        return; 
    690695 
    691696        getFromAlertRules(); 
Note: See TracChangeset for help on using the changeset viewer.