Flex : How to set a flex control focusable when it is disabled ?
        Posted  
        
            by user335483
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user335483
        
        
        
        Published on 2010-05-07T13:46:25Z
        Indexed on 
            2010/05/07
            13:48 UTC
        
        
        Read the original article
        Hit count: 278
        
How to get focus for a disabled flex control.
When a flex control is set with enable=false ,the control is not focusable and hence is not read by a screen reader.
When a user tab's it should also go to the disabled controls.
wanted to know how can we overcome this limitation?
© Stack Overflow or respective owner