This content has been marked as final. 
    
Show                 2 replies
    
- 
        
1. Re: Suggestionbox focuses invisible element (Chrome)
nbelaevski Jul 14, 2010 6:16 PM (in response to tdtappe)Hi Heiko,
Yes, you are absolutely right. That's IFRAME element capturing focus. The only workaround I can suggest for now is resetting tabIndex to -1 via JS on page load.
 - 
        
2. Re: Suggestionbox focuses invisible element (Chrome)
tdtappe Jul 15, 2010 3:30 AM (in response to nbelaevski)Works like a charm - thanks a lot Nick!
--Heiko