Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct tab order for toolbar filters #1429

Merged
merged 1 commit into from
Feb 8, 2020
Merged

Conversation

eddylu94
Copy link
Contributor

The objective of this pull request is to correct the tab order for the toolbar filters. Currently, the tab order for the Module and Filter items in the toolbar are in reverse order (right-to-left for English) as described by Issue #1428:

Issue #1428 - Tab order for "Module" and "Filter" items is reversed in toolbar

The changes applied in this pull request wrap the two toolbar filters into a single container SPAN element. This new container has a float: right style that acts as a substitute for the original float styles assigned to each of the two toolbar filters. When the individual float styles are removed from the toolbar filters, then the order of the corresponding DOM elements (also the tab order) for these filters will no longer be the reverse of the visual order.

Resolve Issue qunitjs#1428
Issue qunitjs#1428: Tab order for "Module" and "Filter" items is reversed in toolbar
@jsf-clabot
Copy link

jsf-clabot commented Jan 31, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@trentmwillis trentmwillis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems good to me. This doesn't alter the visual appearance of the UI at all, correct?

@eddylu94
Copy link
Contributor Author

eddylu94 commented Feb 6, 2020

@trentmwillis From local testing, the visual appearance of the UI remains unaltered when the changes are applied

@trentmwillis trentmwillis merged commit 95226b7 into qunitjs:master Feb 8, 2020
@trentmwillis
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants