retainContextWhenHidden should restore focus within the webview as well #48604
Labels
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
webview
Webview issues
#48453
Repro:
Create a webview with
retainContextWhenHidden: true
containing an<input>
. Open the webview, add text to the webview and select it. Press ctrl+tab twice, notice the selection is there but the focus is not.The text was updated successfully, but these errors were encountered: