microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
136 stars 62 forks source link

CustomUIA settings have some overlap between async scans #770

Closed DaveTryon closed 1 year ago

DaveTryon commented 2 years ago

Please check whether the bug has already been filed.

Describe the bug

In #757 and #767, we created separate data instances for use by async scans. We did not separate out CustomUIA data renderers, meaning that there's a small chance of problem if concurrent async scans run in the same process with different CustomUIA settings. This is a corner case that is unlikely to occur, but we wanted to file an issue for tracking purposes.

ghost commented 2 years ago

This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights!

DaveTryon commented 1 year ago

This was fixed in #773