test failures due to async focus() execution (IE9+)
In IE9 and 10 the robot TabContainer_a11y has some test issues with focus. A lot of tests use the pattern 1) focus, 2) set up focus handler, 3) do robot action to focus something else. But the problem in IE is that the focus call does not get invoked until after the thread is released, so the test fails because the handler detects the focus going to the first focused element.
Change History (18)
Owner: |
changed from bill to haysmark
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Summary: |
[patch] TabContainer_a11y test failure in IE →
test failures due to async focus() execution (IE9+)
|
Fix test issues in TabContainer_a11y in IE9 and IE10. Fixes #16926.