Skip to content

{Linked:Bug3161901}[BUG] [Accessibility] People Picker: missing event handler for voice access interaction. #2007

@patmoo

Description

@patmoo

Describe the bug
If a user is interacting with the People Picker input field via Windows Voice Access tool, their dictation of text does not open the suggestions pane.

To Reproduce
Steps to reproduce the behavior:

  1. Enable Windows Voice Access tool
  2. Navigate focus to the People Picker input field
  3. Use voice commands to enter text which would, if typed, cause the suggestion pane to open
  4. See that nothing happens

Expected behavior
When a user dictates text to the People Picker input field the corresponding result should be the same as if the user had typed in the same text.

Proposed Solution
When the Voice Access tool adds text to an input field via dictation the textInput event is triggered. This issue could be resolved by adding a textInput event handler on the input field. This handler should include code to show the suggestions pane.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. edge, chrome, safari]
  • Framework [e.g. react, vue, none]
  • Context [e.g. Microsoft Teams, SharePoint, Office Add-ins, Web]
  • Version [e.g. 0.1]
  • Provider [e.g. Msal2Provider] (bonus if you share the provider config)

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done ✔️

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions