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

    r6754 r6931  
    3131                                                        } 
    3232                        ], 
    33                         beforeClose     : function() 
    34                         {  
    35                                 $(this).dialog("destroy"); 
    36                         } 
     33                        open: function(event, ui)   
     34            {  
     35                if(typeof(shortcut) != 'undefined') shortcut.disabled = true;   
     36            },  
     37            close: function(event, ui)   
     38            {  
     39                if(typeof(shortcut) != 'undefined') shortcut.disabled = false;  
     40                $(this).dialog("destroy");  
     41            }  
    3742                });      
    3843                 
Note: See TracChangeset for help on using the changeset viewer.