josdejong/svelte-jsoneditor
Auf GitHub ansehenIssue with focus when created in a new window.
Open
#90 geöffnet am 3. Juni 2022
bughelp wanted
Repository-Metriken
- Stars
- (1.237 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.