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.

Focus indicates the component of the graphical user interface which is currently selected to receive input.

learn more… | top users | synonyms

0
votes
0answers
83 views

Facebook canvas iframe focus

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 ...
-1
votes
1answer
86 views

setting focus on fb app for up, down arrow key

My fb app requires users to press up and down arrow key. it works well when on an independent page, but when i integrate it on fb, the problem is, when the user presses up or down arrow key, the fb ...
0
votes
2answers
163 views

How can I force a Facebook login window to always be on top?

I've got an application that is going to be deployed as a kiosk, and just came across this problem: Logging into Facebook requires a Facebook Login window to appear. If the user accidentally hits ...
0
votes
0answers
257 views

Detecting when Facebook Chat window / canvas elements steal focus

I am working on a game based on keyboard controls for Facebook. It is run in an iFrame. The issue we are having is when a player gets a message sent to them through chat, it will steal the focus of ...
-1
votes
2answers
206 views

How to return the focus to a textInput in a browser

I need to focus a text input into the Facebook login popup. I am using a virtual keyboard to simulate a physical one, but when I click a key, the text input lose focus and the letter is not written ...