You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I noticed that the previous/next button on the b:Datatable pagination were still focusable when they where disabled. It is usually common practice to prevent focus on disabled elements (and the bootstrap datatable does unfocus its disabled elements).
The answer is to tabindex="-1" these elements.
The text was updated successfully, but these errors were encountered:
Oops. You're right (like always!). However, I'm not sure if we can do something about this bug. It looks like a bug we've inherited from datatables.net, so their repository might be the right place to mention this bug. Plus, a cross-reference to us so we know when it's time to update our dependency from datatables.net.
However, this is only a first assessment. Maybe we can solve the bug ourselves easily.
Hello,
I noticed that the previous/next button on the b:Datatable pagination were still focusable when they where disabled. It is usually common practice to prevent focus on disabled elements (and the bootstrap datatable does unfocus its disabled elements).
The answer is to tabindex="-1" these elements.
The text was updated successfully, but these errors were encountered: