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/draw_api.js

    r6864 r6931  
    44694469                        modal: true, 
    44704470                        closeOnEscape:true, 
    4471                         close:function(event, ui) {event.stopPropagation();}, 
     4471                        close:function(event, ui)   
     4472            {  
     4473                event.stopPropagation();  
     4474                 if(typeof(shortcut) != 'undefined') shortcut.disabled = false;  
     4475            },  
     4476            open: function(event, ui)   
     4477            {  
     4478                if(typeof(shortcut) != 'undefined') shortcut.disabled = true;   
     4479            },  
    44724480                        autoOpen:false 
    44734481                }); 
Note: See TracChangeset for help on using the changeset viewer.