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.

When using filepicker.io is there a function in the API to close the widget properly or do we need to trigger a click on the x link or on the background?

We want to detect when user presses ESC or TAB key and close the widget when this happens.

share|improve this question

1 Answer

up vote 1 down vote accepted

There is no api call to close the modal. Feel free to trigger the click event on the x.

share|improve this answer
On the other hand, having esc close the modal makes sense and we'll probably just put that in the main branch at some point in the next couple weeks. – Liyan Chang Nov 8 '12 at 16:27
Oh great, I'll wait for the update on this one and trigger the click for the moment. Will pressing <kbd>ESC</kbd> lead to the onError() being called? – koopajah Nov 8 '12 at 16:34

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.