josdejong/svelte-jsoneditor

Issue with focus when created in a new window.

Open

#90 opened on Jun 3, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (149 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (1,237 stars)
PR merge metrics
 (PR metrics pending)

Description

If a new window is created using window.open() and then the json editor is created with target property set to wind.document.body where wind is the new window or any other element inside wind, the editor stops functioning as usual. There seems to be some issue with focusing on the right element. E.g. the text field for key is not focused when a new prop is created.

Link to pen demonstrating this behavior

Contributor guide