codersgrave / Facebook-Friend-Selector

This repo is no longer maintained. Feel free to fork and update!
http://facebook-friend-selector.codersgrave.com
64 stars 22 forks source link

Friends search doesn't work when launched from modal #5

Closed antoinema closed 11 years ago

antoinema commented 11 years ago

Hi there,

It seems like there is some trouble on the focus when the friend selector is launched together with a Twitter Bootstrap modal.

I've created this very simple page that takes your example page and starts the friend selector from a modal in the Twitter Bootstrap.

http://www.stateezticsapp.com/debug/testFS.html

Cheers

sevilyilmaz commented 11 years ago

Its because Bootstrap Modal container element has tabindex property. If you remove it the problem will be solved. This is quick answer. You can find another solution based on this.