We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When opening a PopUp with an Input element that gets focus it is not working.
Triage for this problem started at: cefsharp/CefSharp#4457 (reply in thread)
To Reproduce The Call:
<button class="button" onClick="window.open('test.php','fenster','popup');"> <span class="icon">Open PopUp</span> </button>
The Popup:
<body> <form action="/action_page.php"> <label for="fname">First name:</label><br> <input type="text" id="fname" name="fname" value="John"><br> <label for="lname">Last name:</label><br> <input type="text" id="lname" name="lname" value="Doe"><br><br> <input type="submit" value="Submit"> </form> </body> <script> document.getElementById("fname").focus(); </script>
cefclient.exe --multi-threaded-message-loop --no-sandbox
Open the main File and click the Button. Start typing.
Expected behavior Popup opens and the fname input field has focus.
cefclient.exe --multi-threaded-message-loop --no-sandbox --use-default-popup does this.
cefclient.exe --multi-threaded-message-loop --no-sandbox --use-default-popup
Versions (please complete the following information):
Additional context Does the problem reproduce with the cefclient or cefsimple sample application at the same version?
Does the problem reproduce with Google Chrome at the same version?
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Possibly related to #3436
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When opening a PopUp with an Input element that gets focus it is not working.
Triage for this problem started at: cefsharp/CefSharp#4457 (reply in thread)
To Reproduce
The Call:
The Popup:
cefclient.exe --multi-threaded-message-loop --no-sandbox
Open the main File and click the Button. Start typing.
Expected behavior
Popup opens and the fname input field has focus.
cefclient.exe --multi-threaded-message-loop --no-sandbox --use-default-popup
does this.Versions (please complete the following information):
Additional context
Does the problem reproduce with the cefclient or cefsimple sample application at the same version?
Does the problem reproduce with Google Chrome at the same version?
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: