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.56k stars 267 forks source link

SF_ACC Click ESC will close whole ui5-dialog when focus on the popup menu of ui5-select when JAWS open #5403

Closed mydavidzhang closed 2 years ago

mydavidzhang commented 2 years ago

Bug Description

Click ESC will close whole ui5-dialog when focus on the popup menu of ui5-select when JAWS open. NOTE: without JAWS open click ESC will correctly only close popup menu.

Expected Behavior

Expected is menu closed only and dialog will be still open.

Steps to Reproduce

  1. Create one ui5-dialog which contains ui5-select.
  2. Open JAWS and then open the dialog.
  3. Use keyboard to open select menu and focus on one option, then click ESC.
  4. Whole dialog is closed.

Isolated Example

https://codesandbox.io/s/ui5-webcomponents-forked-hwhj6o?file=/index.html

Context

Priority

The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:

Note: The priority might be re-evaluated by the issue processor.

Stakeholder Info (if applicable)

tsanislavgatev commented 2 years ago

Hello. @mydavidzhang ,

I've tried both options. With and without JAWS(2022), and the behaviour is the same, only the select is closed and the popover needs one more press of the ESC button to close.

Can you please re-test it on your side? And if the issue is still reproducible, can you provide more information like JAWS version and anything helpful to reproduce the issue?

Best Regards, Tsanislav

mydavidzhang commented 2 years ago

Hello. @tsanislavgatev, this issue could be close since we verified JAWS 2022 works fine. Thanks