Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm developing a Facebook game in Flash. Whenever I invoke a Facebook request dialog (e.g. a player invites a friend to play), my app loses its keyboard handler until the dialog is closed and the game is clicked. I've tried setting focus in Flash after the dialog is closed (using stage.focus), but that only works in Firefox for some reason (not IE or Chrome). I've also tried fiddling around with the DOM to see if I could somehow set focus to my iframe, but this has gone nowhere.

Anyone know how to restore focus to the iframe in which Facebook forces my app to live?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.