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

    r5744 r6910  
    3232                                                                click: function() 
    3333                                                                { 
    34                                                                         $(this).dialog("destroy"); 
     34                                                                        $(this).dialog("close").dialog("destroy"); 
    3535                                                                        div.removeChild( div.firstChild ); 
    3636                                                                }, 
     
    4040                        beforeClose     : function() 
    4141                        {  
     42                if(typeof(shortcut) != 'undefined') shortcut.disabled = false;  
    4243                                $(this).dialog("destroy"); 
    4344                                div.removeChild( div.firstChild ); 
     
    6566                                        } 
    6667                                } 
     68                 if(typeof(shortcut) != 'undefined') shortcut.disabled = true; 
    6769                        } 
    6870                }); 
Note: See TracChangeset for help on using the changeset viewer.