Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip is not visible on chrome when it is applied on radio button on "focus" event #7390

Closed
adityapatadia opened this issue Mar 26, 2013 · 3 comments
Labels

Comments

@adityapatadia
Copy link

Bootstrap tooltip is not displayed on chrome when it is attached with radio button on "focus" event. Everything works well in firefox.

Check this sample: http://jsbin.com/upikuj/1/edit

@cvrebert
Copy link
Collaborator

Same problem with IE9. On both, selection-via-click doesn't seem to count as focused, but clicking one, pressing Tab, and then using the arrow keys to change the selection does count as focus.

@axlwaii
Copy link

axlwaii commented Mar 29, 2013

For chrome this might be caused by a webkit bug "Clicking on a non-text input element does not give it focus" https://bugs.webkit.org/show_bug.cgi?id=22261

@fat
Copy link
Member

fat commented Jun 28, 2013

yep - chrome bug - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants