-
Notifications
You must be signed in to change notification settings - Fork 785
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
get-background-color Does not reset horizontal scroll #1951
Comments
Thanks for letting us know. We're working on a major change to the color-contrast rule should fix this issue. |
@straker After taking a closer look at the cause of the issue presented in the above screenshot, it is not #1845 that introduced the issue. It was the change made on #1599 that caused this. I tested our application without that change and I continue to get the before (deleted) screenshot and our tests passed. Once I included the check for the Our application has another test example that also failed because the I don't know what is the best way to fix this. #1599 was for fixing issue #1730. Is there another potential solution to address #1730? |
ID'd as color-contrast issue. We're going to make one entry into the release notes for all color-contrast fixes/enhancements. |
@jeankaplansky @straker Would it make issue tracking easier if I log a separate issue for the root cause of the issue I mentioned above relating to the changes made in #1599? The color-contrast fixes/enhancements you're making would not fix the issue this issue. |
Ya, this issue has already been flagged as fixed, so probably best to create a new issue to track it. |
@straker @jeankaplansky I logged #1979 to restore scrolling for elements with |
summary
#1845 was merged & released to
This feature introduces the bug where it does not reset the horizontal scroll after the test is complete.
Expectation:
Horizontal content is scrolled and is restored to its initial state.
Actual:
Horizontal content is scrolled and is not restored to its initial state.
More Info
We use axe to run accessibly and visual regression on test pages. The following screenshot shows the before (deleted) and after (added) visuals. Before is running axe 3.2.0 on the page then taking a screenshot. After is running axe with 3.4.0.
The text was updated successfully, but these errors were encountered: