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
790 stars 189 forks source link

Selecting tab sets tabindex #48

Closed wbiller closed 10 years ago

wbiller commented 10 years ago

When selecting a tab in a nav-tabs the plugins sets the tabindex of the selected tab to 0 and all other tabs to -1. This makes navigating tabs with the TAB key impossible.

weboverhauls commented 10 years ago

This is the correct behavior. Use the right/left arrow to change tabs. References: http://www.w3.org/WAI/PF/aria-practices/#tabpanel and http://hanshillen.github.io/jqtest/#goto_tabsdemo-1

wbiller commented 10 years ago

Sorry, I wasn't that detailed. The nav is inside a collapse and navigating with the arrow keys doesn't work neither.

weboverhauls commented 10 years ago

Does it function OK without the plugin? Would you provide a URL to an example?

mpnkhan commented 10 years ago

Hi @wbiller , please provide a working example and we may be able to help you.

mpnkhan commented 10 years ago

@wbiller ??