NativeBase icon indicating copy to clipboard operation
NativeBase copied to clipboard

Modal Accessibility Issue in UWP

Open bahri-dev opened this issue 2 years ago • 0 comments

Description

Able to navigate across the unfocused area through TAB key once Modal opens

CodeSandbox/Snack link

https://codesandbox.io/s/frosty-hugle-ex5hgj?file=/src/App.tsx

Steps to reproduce

While the Modal is opened, use Tab key to switch the focus.

Expected result: unfocused area should not be accessible to the user.

Actual result: unfocused area is accessible to the user using tab navigation

NativeBase Version

3.4.15

Platform

  • [ ] Android
  • [ ] CRA
  • [ ] Expo
  • [ ] iOS
  • [ ] Next

Other Platform

No response

Additional Information

No response

bahri-dev avatar Aug 17 '23 20:08 bahri-dev

I'd say it's a duplicate: https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1129 Both crash because of the same reason in escodegen

j4k0xb avatar Jan 04 '25 23:01 j4k0xb