Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Built-in Support BIS] | UI5 Multi ComboBox issue with Accessibility (VoiceOver) #10604

Closed
1 task done
PavitraHegde02 opened this issue Jan 21, 2025 · 2 comments
Closed
1 task done
Assignees
Labels
ACC bug This issue is a bug in the code consulting TOPIC RL

Comments

@PavitraHegde02
Copy link

Bug Description

issue 1. VoiceOver Identifies the Multi ComboBox as Dialogs.
issue 2. VoiceOver identifies the Filter dropdown with wrong number of available items.
Please refer the attachment for more clarity.

Affected Component

No response

Expected Behaviour

No response

Isolated Example

No response

Steps to Reproduce

  1. Go to Any Application which has multi combo box ex:( https://tools.dev.built-in-support.cloud.sap/testpage/auto-test.html?cluster=test)
  2. Press Cmd+F5 to open VoiceOver.
  3. Navigate inside the Combo Box by using the keys Ctrl+opt+shift up or down arrow.
  4. See that Dropdown is read as Dialogs , with Available Options with 'X' items where the X is showing the wrong number of available items on the dropdown.

Log Output, Stack Trace or Screenshots

No response

Priority

None

UI5 Web Components Version

2.6.2

Browser

Chrome

Operating System

No response

Additional Context

Image Image

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
@PavitraHegde02 PavitraHegde02 added the bug This issue is a bug in the code label Jan 21, 2025
@Valkanister Valkanister self-assigned this Jan 22, 2025
@nnaydenow
Copy link
Contributor

nnaydenow commented Jan 23, 2025

Hello @sap/ui5-webcomponents-topic-rl,

Could you please check the issue? If I open the dropdown of ui5-combobox / ui5-multi-combobox it is announced as a dialog popup. It is reproducible in the playground.

@elenastoyanovaa
Copy link
Contributor

Hello @PavitraHegde02,

Issue one is an expected behavior as the multicombobox has a popup of role dialog, which is per screen reader specification.

Issue 2 is some kind of Voice Over issue. It is not reproducible in neither of the other screen readers and seems to be already reported to Apple: https://discussions.apple.com/thread/254913325

In Future before creating accessibility issues, please make sure you read the Accessibility Documentation https://sap.github.io/ui5-webcomponents/docs/advanced/accessibility/ and the Testing Accessibility Chapter. Our guidance is to always check if an issue occurs in other Screen Reader Software as well, before reporting it to the components.

Kind Regards,
Elena

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ACC bug This issue is a bug in the code consulting TOPIC RL
Projects
Status: Completed
Development

No branches or pull requests

4 participants