SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.55k stars 266 forks source link

[SF_ACC][ui5-input][ui5-multi-input]: When selecting any suggestion item, screen reader announces 'no results‘ #9764

Closed GongRichard closed 2 months ago

GongRichard commented 2 months ago

Bug Description

When selecting any suggestion item, screen reader announces 'no results‘

Affected Component

ui5-input, ui5-multi-input

Expected Behaviour

When selecting any suggestion item, screen reader shouldn't announce 'no results‘

Isolated Example

No response

Steps to Reproduce

  1. open page "https://github.wdf.sap.corp/pages/xweb/people-search/?path=/story/people-search-widget--employment-scope"
  2. open jaws
  3. type ad in input field
  4. select any suggestion item
  5. you will hear "no results"

Log Output, Stack Trace or Screenshots

NoResults

image

Priority

Medium

UI5 Web Components Version

1.24.x

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

SAP SuccessFactors

Declaration

elenastoyanovaa commented 2 months ago

Hello,

The issue is not reproducible in version 1.24.8 of the ui5 web components using our playground sample with suggestions: https://sap.github.io/ui5-webcomponents/v1/components/Input/ . I have tested with JAWS 2024 and Chrome latest. As it is not reproducible in our samples I assume that part of your coding is related to the update of this hidden announcement, since it does not get updated in our samples.

Please adapt the sample in the playground showcasing your usage and the issue - sample and get back to us with more information and a link to the adjusted sample if you did not manage to find an issue in your coding in the meantime.

Kind Regards, Elena

GongRichard commented 2 months ago

Hi @elenastoyanovaa , Let me try to reproduce this issue in a sandbox. And get back to you later. Thanks, Richard

GongRichard commented 2 months ago

Hi @elenastoyanovaa , Please close this issue, it's our code's problem. Thanks, Richard