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
If you have any relevant configuration information, please include that here:
The toolbar includes two filters, Module and Filter:
One will notice that, while tabbing through the application, the Filter item will be focused upon first before the Module item. This is because the Filter item (class="qunit-filter") is listed before the Module filter (class="qunit-modulefilter") in the DOM structure:
Tell us about your runtime:
What are you trying to do?
Code that reproduces the problem:
If you have any relevant configuration information, please include that here:
The toolbar includes two filters, Module and Filter:
One will notice that, while tabbing through the application, the Filter item will be focused upon first before the Module item. This is because the Filter item (class="qunit-filter") is listed before the Module filter (class="qunit-modulefilter") in the DOM structure:
This reverse ordering is a consequence of using CSS 'float' style, where visual order is inverted from that of the DOM order.
What did you expect to happen?
The Module toolbar item should be focused upon before the Filter toolbar item.
What actually happened?
The tab order is reversed.
The text was updated successfully, but these errors were encountered: