Skip to content

[Accessibility] The 'Edit' element in ComboBox with DropDownStyle(DropDown, Simple) should support ValuePattern and TextPattern #4409

@Olina-Zhang

Description

@Olina-Zhang
  • .NET Core Version:
    .Net SDK 6.0.100-alpha.1.20623.10

  • Have you experienced this same bug with .NET Framework?:
    No

More info:
This is a regression issue, cannot repro earlier 6.0 build, regression from the fix of pull: 4185

Minimal repro:

  1. Create a Winforms .Net Core app with targeting 6.0
  2. Add 2 comboBox controls with several items, and set their DropDownStyle property to DropDown, Simple separately
  3. Check related Value pattern and Text pattern in Inspect for ComboBox Edit part, and in Narrator, check its behavior

Actual behavior:
In Inspect, LegacyIAccessible.Name IsTextPattemAvailable, IsTextPattem2Available, IsValuePattemAvailable properties are changed, and Missing Value.IsReadOnly, Value.Value, IsContentElement properties
image
In Narrator, it cannot announce comboBox edit part
image

Expected behavior:
In Inspect, it supports ValuePattern and TextPattern for comboBox edit element
image
In Narrator, it can announce comboBox edit part.
image

Metadata

Metadata

Labels

💥 regression-previewRegression from a preview releasetenet-accessibilityMAS violation, UIA issue; problems with accessibility standards

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions