Michael Curran

Results 55 comments of Michael Curran

Both #80 and #347 are to do with BSTR I believe, and about missing implementation. However this issue is just about mapping of types. `_ctype_to_vartype` maps c_double to VT_R8 but...

My solution in the NVDA project was only a work around. In fact, it then causes the opposite problem with VT_DATE. Though as NVDA itself has no real use case...

Reopened as #8869 had to be reverted for now.

The list exposes the UI Automation selection pattern, but although the selected item exposes the UI Automation selectionItem pattern, the isSelected property is not true when it should be. This...

Technical: When an IUIAutomationTextRange spans the last character of a link, GetAttributeValue given UIA_StyleNameAttributeId returns a ReservedMixedAttributeValue object rather than the name of the style E.g. 'Normal'. This is true...

Firstly I shall just summarize NVDA's current behaviour and list some obvious workarounds by the user and author. On a web page, NVDA is by default in browse mode. The...

When I tab to a treeview, E.g. the Server list treeview in the Connect dialog in Teamtalk, and no item is selected, I here: Server list treeview server list server...

Technical info: The edit field: * has a UIA automationId of `cardEditor_5_18e12c3c-2f8c-4385-b051-bd809efbd8ca`. * does correctly expose the controllerFor property pointing to the container holding the suggestions. * correctly fires the...

Most likely due to Expand to computer braille at the cursor option being enabled? Computer braille has no concept of formatting. I think we need to consider from a product/UX...

The reason that NVDA speaks blank in focus mode in Chromium for `` is because NVDA is not able to fetch any text from the IAccessibleText interface on the input...