Dave Tryon

Results 184 comments of Dave Tryon

A related scenario: 1. User saves an a11ytest file 2. The a11ytest file gets opened at some later time, possibly on a different machine 3. Another process on the machine...

A full fix to this would probably involve grabbing the process name (which could be multiple processes if we're dealing with cross-process window hosting) inside axe.windows, storing that data in...

Current thinking: Add 2 options to the drop-down menu on the element. One allows one generation of children to the enumerated for this element, the other expands all descendants of...

We want to pursue this, pending an approved design

We want to pursue this. Let's try to get a 1-engineer spike to understand the options, including potentially using the updated UIA mechanisms

Changes in Web: https://github.com/microsoft/accessibility-insights-web/pull/568

Hi, @meichunwu! Can you please elaborate on exactly what you mean when you say "Open popup" as the first repro step? There are lots of different ways that could be...

Thanks, @meichunwu! I have a repro and am investigating

@juchampa, we currently have no way to test tab stops on a transient control. We can trigger automated tests based on a timer, but there's no corresponding way to trigger...

@codeofdusk, the control here is a TreeView with some styles attached. The XAML is [here](https://github.com/microsoft/accessibility-insights-windows/blob/main/src/AccessibilityInsights.SharedUx/Controls/EventConfigTabControl.xaml#L52). Each child of the TreeView is a TreeViewItem, which contains a CheckBox. The CheckBox implements...