OData / odataorg.github.io

Staging site and collaboration repository for http://www.odata.org
MIT License
63 stars 101 forks source link

Fix tab navigation that was broken #239

Closed wandeg closed 4 years ago

wandeg commented 4 years ago

These PRs broke the navigation across tabs when the 'role="tab"' attribute was removed and so it was impossible to use the arrow keys to move across the data tabs. https://github.com/OData/odataorg.github.io/pull/238/files https://github.com/OData/odataorg.github.io/pull/225/files

I've updated the javascript code that was handling the navigation to check for 'data-toggle="tab"' instead.