Passing focus to Silverlight/Flash object in Chrome and Safari
There is a known issue with Safari and Chrome, when you can't pass a focus to plugin (Flas开发者_如何转开发h or Silverlight). There is also a question here at SO that asks how to solve it (marked as answered, though technically it's not the answer).
I'm really concerned with this situation, since it totally breaks user experience
. Do you know somebody who develops Webkit? What can we do? Post a comment on this issue? Write a fix? Convince users to switch to FF?There's a new post made by me here at SO on the page you mentioned above. It should really solve the problem.
It seems Chrome and Safari do not allow the flash object to be focused because, by default, it has no value defined for the tabIndex property and, as such, takes no part in the tab chain.
精彩评论