Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate the need to press tab when a Flash embedded object is focused #775

Closed
nvaccessAuto opened this issue Jul 22, 2010 · 2 comments
Closed
Assignees
Milestone

Comments

@nvaccessAuto
Copy link

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.

@nvaccessAuto
Copy link
Author

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.

@nvaccessAuto
Copy link
Author

Comment 3 by jteh on 2010-07-23 02:07
Implemented in be88fc4.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants