Ignore:
Timestamp:
07/30/12 16:17:19 (12 years ago)
Author:
cristiano
Message:

Ticket #2987 - Inconsistência excluindo com tela modal aberta - teclas de atalho

File:
1 edited

Legend:

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

    r6860 r6910  
    687687                        select_all_search_messages(false, 'content_id_'+currentTab); 
    688688                        event.stopPropagation(); 
     689            if(typeof(shortcut) != 'undefined') shortcut.disabled = false; 
    689690                }, 
     691        open: function(event, ui)  
     692        { 
     693            if(typeof(shortcut) != 'undefined') shortcut.disabled = true;  
     694        }, 
    690695                autoOpen:false, 
    691696                dialogClass: 'dialog-configure-label' 
     
    740745                        select_all_search_messages(false, 'content_id_'+currentTab); 
    741746                        event.stopPropagation(); 
     747            if(typeof(shortcut) != 'undefined') shortcut.disabled = false;  
    742748                }, 
     749        open: function(event, ui)  
     750        { 
     751            if(typeof(shortcut) != 'undefined') shortcut.disabled = true;  
     752        }, 
    743753                autoOpen:false 
    744754        });      
Note: See TracChangeset for help on using the changeset viewer.