Dave Tryon

Results 27 issues of Dave Tryon

This PR updates the `link-in-text-block` rule as described in #2817. The new rule converts a single check into 2 checks (`link-in-text-block-style` and `link-in-text-block`), as suggested. We use `any`, so the...

## Describe the bug If you enable a Windows HC mode, the left nav pane loses both the hover indicator and the current selection indicators **To Reproduce** Steps to reproduce...

bug
category: accessibility
status: ready for work
needs Dev

## Describe the bug This is closely related to #4516, which was recently fixed for prod. Unfortunately, that change included only the prod icon and left the other icons untouched....

bug
status: needs investigation

**Is your feature request related to a problem? Please describe.** The product currently provides no way to evaluate how color blindness will impact a user. **Describe the solution you'd like**...

feature request
status: await community interest

#### Details Axe.Windows enabled a V2 `ColorContrastAnalyzer` with https://github.com/microsoft/axe-windows/pull/668, but we haven't yet enabled it in AIWin out of concerns over performance of analyzing larger images. This PR does the...

#### Details #1397 added the .editorconfig file to pin down some styles and code recommendations. This is the follow-up PR that applies those styles and recommendations throughout the solution. Going...

**Is your feature request related to a problem? Please describe.** The product currently provides no way to evaluate how color blindness will impact a user. **Describe the solution you'd like**...

feature request
status: await community interest

**Describe the bug** Keyboard navigation to the properties search bar causes the entire property grid to shift. **To Reproduce** Steps to reproduce the behavior: 1. Start AIWin 2. Display the...

bug
status: ready for work

#### 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...

## Describe the bug Not sure if this is intentional, but filing for completeness. For a color contrast issue, we display colors both as a numeric value and as a...

bug
status: resolved