paypal / bootstrap-accessibility-plugin

Accessibility Plugin for Bootstrap 3 and Bootstrap 3 as SubModule
http://paypal.github.io/bootstrap-accessibility-plugin/demo.html
BSD 3-Clause "New" or "Revised" License
789 stars 189 forks source link

Fix dropdown toggle focus bug #95

Closed crhallberg closed 8 years ago

crhallberg commented 8 years ago

When a dropdown item that doesn't navigate is selected and the dropdown button is hit again the dropdown would appear and immediately disappear. By checking if the dropdown is open, we fix this problem. You can see the raw diff here: 22f6336.

If you don't want the beautification or documentation, you can cherry-pick these two commits: 22f6336, dc025d6. Or I can make a new PR. Let me know!