http://wwwx.cs.unc.edu/~gb/wp/blog/2007/06/08/fixing-firefox-flash-foolishness/
This hack also cures the inability of Flash applications to handle
right mouse clicks. It only works on Firefox as far as I know but I
think it could probably be made cross platform.
gb
I will push hard to get Mozilla Corporation to put someone on it after Firefox 3.
- Aaron
I believe it is the worst gap in Firefox's 508 compliance.
- Aaron
Aaron, you do that and I'll push on this side. I agree that this is a
major issue for keyboard users.
AWK
Andrew Kirkpatrick
Corporate Accessibility Engineering Manager
Adobe Systems
In the past there is a javascript/actionscript solution described
here :
http://www.sonokids.com/tabnew.html but now the link is dead and the
last time i look at it it doesn't work anymore in firefox mac.
The solution was to put a link just before and just after the flash
object. When this link received focus it move it to the flash object
then when the last element in the flash received focus a javascript
function is activated to move the focus out the link just after the
flash object.
It's a bit complex in Mozilla because of cross platform issues with plugins. The
plugin API has to be changed in a way friendly to 4 kinds of plugins. And, as
Andrew said, work also needs to be done on the plugin side.
- Aaron