Closed basham closed 9 years ago
IE 10 and IE 11 seems to be having issues with trapping the keyboard in overlay components (dialog, dropdown).
There's a lot of tabindex
inconsistency across browsers.
http://nemisj.com/focusable/
IE returns 0
instead of -1
for elements without an explicit tabindex
yet should be unfocusable (like <div/>
).
Moving tabindex
issue to #48.
Not really finding any other blaring issues. Closing.