Ignore:
Timestamp:
06/28/11 14:24:35 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2034 - Tratada as interações da janela de pesquisa por F9, em IE e FF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/js/abas.js

    r4409 r4635  
    2525        } 
    2626         
    27         if ( typeof win == 'object' && win.close && win.close.constructor == Function ) 
    28                 win.close( ); 
    29  
     27        if ( typeof win == 'object' && win.close && win.close.constructor == Function ){ 
     28            var search_win = document.getElementById( 'window_QuickCatalogSearch' ); 
     29            if(search_win){ 
     30                search_win.style.visibility = 'hidden'; 
     31            } 
     32            win.close( ); 
     33        } 
     34                 
    3035        if (! Element('border_id_'+ID)) 
    3136                return false; // Not possible to alternate 
Note: See TracChangeset for help on using the changeset viewer.