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

Fix radio and checkbox keyboard handling in .btn-group #16404

Merged
merged 2 commits into from
May 3, 2015
Merged

Fix radio and checkbox keyboard handling in .btn-group #16404

merged 2 commits into from
May 3, 2015

Commits on May 1, 2015

  1. Fix radio and checkbox keyboard handling

    Fix for problem that emerged from #16226 (`.active` class not actually
    being applied) and expansion of the script to also correctly handle
    keyboard interaction with checkboxes in `data-toggle="button"` groups
    patrickhlauke committed May 1, 2015
    Configuration menu
    Copy the full SHA
    f9cd88e View commit details
    Browse the repository at this point in the history
  2. Remove broken/vestigial unit test

    Overall logic for this test appears broken, possibly relating to an
    older version of Bootstrap that did not require explicit
    `data-toggle="button"` on single toggle buttons?
    patrickhlauke committed May 1, 2015
    Configuration menu
    Copy the full SHA
    0c1daaf View commit details
    Browse the repository at this point in the history