You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by jteh on 2010-07-22 09:06
When you press enter on a Flash embedded object, you must then press tab in order to move focus inside the Flash object. The same problem occurs if you switch applications and then return to the web browser with the Flash object. I think this is because Flash doesn't fire a focus event when the root accessible gets focus. We need to work around this so that the user doesn't have to press tab, which isn't at all intuitive.
The text was updated successfully, but these errors were encountered:
Comment 2 by jteh on 2010-07-23 00:28
Actually, Flash does fire a focus event when the root accessible gets focused. The problem is that the browser fires other focus events after this. Firefox fires a focus event for the embedded object, while IE fires one for the Flash window accessible (not the client accessible). We need to try to ignore those subsequent events.
Reported by jteh on 2010-07-22 09:06
When you press enter on a Flash embedded object, you must then press tab in order to move focus inside the Flash object. The same problem occurs if you switch applications and then return to the web browser with the Flash object. I think this is because Flash doesn't fire a focus event when the root accessible gets focus. We need to work around this so that the user doesn't have to press tab, which isn't at all intuitive.
The text was updated successfully, but these errors were encountered: