mac-s-g / react-json-view

JSON viewer for react
https://mac-s-g.github.io/react-json-view/demo/dist/
MIT License
3.42k stars 530 forks source link

Keyboard focus is going on background element when navigating under 'Transform' dialog box. #457

Open msftedad opened 8 months ago

msftedad commented 8 months ago

Repro steps:

  1. Open URL - jsoneditor-example - CodeSandbox
  2. Navigate to 'Filter' button in the code editor and activate it.
  3. Transform dialog will get open.
  4. Navigate via tab key and observe the issue.

Actual Result: Keyboard focus is going on background hidden element when navigating under 'Transform' dialog box.

Expected Result: Keyboard focus should not move to background element when navigating under 'Transform' dialog box.

Attachment:

https://github.com/mac-s-g/react-json-view/assets/93735775/d670a966-2fb8-4eab-b1e5-d77375b7741c

msftedad commented 7 months ago

Hi team, Any update on this issue?