Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils.js: Make isFocusable return false when tabindex is positive and…
… element is disabled (pull#1419) This change potentially effects any example that uses the isFocusable method in the shared utility scripts (examples/js/utils.js). Fixes a bug in isFocusable where it returned true for elements with positive tabindex even when the element is disabled.
- Loading branch information