Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upEliminate the need to press tab when a Flash embedded object is focused #775
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by jteh on 2010-07-23 00:28 |
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by jteh on 2010-07-23 02:07 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.