iuux / adrx-quicknotes

Quick Notes functionality for Indiana University AdRx (Advising Records) system.
MIT License
0 stars 0 forks source link

Cross-browser test #25

Closed basham closed 9 years ago

basham commented 9 years ago
basham commented 9 years ago

IE 10 and IE 11 seems to be having issues with trapping the keyboard in overlay components (dialog, dropdown).

basham commented 9 years ago

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/>).

basham commented 9 years ago

Moving tabindex issue to #48.

basham commented 9 years ago

Not really finding any other blaring issues. Closing.