axe-windows icon indicating copy to clipboard operation
axe-windows copied to clipboard

Automated accessibility testing engine for Windows applications

Results 22 axe-windows issues
Sort by recently updated
recently updated
newest added

#### Details We need to be DPI-aware when running an Axe.Windows scan. We current call SetProcessDPIAware then never reset the state, partially because there's no way to obtain the original...

## Is your feature request related to a problem? Please describe. The resource dlls needs to be translate into the supported languages so that axe-window can be distributed with multiple...

feature request
status: active

## Is your feature request related to a problem? Please describe. Currently the call to ScanResults IScanner.Scan() will result in a blocking call that will blocked the host making the...

status: needs investigation
feature request

## Describe the bug The call to SetProcessDPIAware() https://github.com/microsoft/axe-windows/blob/4a09d8728ed72fa9d307052a52a1dd4d9cee1258/src/Automation/SnapshotCommand.cs Will affect any host application integrating axe-window into their product and it's not undone once the scan is completed. Either remove...

status: needs investigation
feature request

## Describe the bug There are cases where the name property for an element begins with "Microsoft." or "Windows." but is not a class name automatically used as the element's...

bug
status: await community interest

## Issue There are instances where the rule which detects control type strings within Name property strings may incorrectly return an error. For example, on a site for a taylor...

bug
status: await community interest

#### Details Uses the [CsWin32 library](https://github.com/microsoft/cswin32) to generate P/Invoke wrappers for windows APIs that Axe.Windows calls. ##### Motivation Eliminate the need to maintain P/Invoke method definitions, since they will now...

second review required

#### Details This PR adds more meaningful "how to fix" text for some rules in place of just repeating the description. ##### Motivation Part of localization feature (internal access required...

#### Details Sister PR to https://github.com/microsoft/axe-windows/pull/790-- this PR covers the how to fix strings that are still outstanding after those changes. I don't have much context on most of these,...

Hello, In our application, we have rectangles (displayed by a sparkline control) that have an area of fewer than 25 pixels (for example, 12x2 pixels). ![image](https://user-images.githubusercontent.com/5472516/195145577-69ec200a-f74f-4773-893b-16475bc28b17.png) What would be the...

bug
status: active