Ignore:
Timestamp:
08/03/12 15:57:28 (12 years ago)
Author:
eduardow
Message:

Ticket #2987 - Inconsistencia excluindo com tela modal aberta - teclas de atalho.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/common_functions.js

    r6754 r6931  
    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.