Closed antoinema closed 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
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.
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