computationally expensive flash blocking javascript events
        Posted  
        
            by jedierikb
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jedierikb
        
        
        
        Published on 2010-03-16T19:38:31Z
        Indexed on 
            2010/03/16
            19:41 UTC
        
        
        Read the original article
        Hit count: 831
        
When I have a computationally expensive flash animation running in my page, sometimes javascript keyUp listeners on a textfield are not being fired. Keydown events are not lost.
This only happens in IE8 (and IE7 in compatibility mode).
I need those keyup listeners! How can I solve / workaround this problem?
Ideas:
- query the textfield myself (without the broken listener) if the key is down or up? can I do this?
 
© Stack Overflow or respective owner