Ignore:
Timestamp:
07/19/11 08:37:25 (13 years ago)
Author:
roberto.santosjunior
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/abas.js

    r4460 r4787  
    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.