-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
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
Text/Input field not focused on mousepress (Qutebrowser) #46
Comments
If it's browser specific, we can probably report it upstream on the Godot repo. We wouldn't be able to fix it on the project level, in all likelihood. We'll try to reproduce the issue and see what we can do about it. |
That does sound like something that depends on Godot and not on us as Yuri says. We probably won't be able to fix it ourselves. Have you tried any other Godot html5 app in your browser? And if so, did you experience the same issue? |
Qutebrowser detects HTML input boxes, but a webgl context isn't that. It won't automatically focus webgl, nor automatically set input mode. This is similar to opening a web game on itch.io. You want to set passthrough mode in the tab for this to work ctrv. You cannot automatically set passthrough per url, it's a planned enhancement: qutebrowser/qutebrowser#5524 (solution at qutebrowser/qutebrowser#4960 if you're willing to fiddle with the source). |
Should we keep this issue open? Its not something we could fix in the app, right? If we can't solve this, you can mark it as wontfix and close. |
You can close this, passthrough mode works around this, as @Xananax suggested. |
Happy new year! |
Describe the bug
This is an issue (I believe) specific to Qutebrowser.
Text input field (where you edit code) isn't focused automatically on mousepress like you would expect.
Qutebrowser users need to manually enter "Insert mode" to be able to edit the code. This effectively means you need to type "i" to edit code every time you focus away from the text box (like pressing "run" or clicking somewhere else).
To Reproduce
Steps to reproduce the bug:
Expected behavior
I expected my browser to automatically enter Insert mode, like it does in every other input field when I click it.
Information about your device (please complete the following information):
Additional context
This is probably qutebrowser specific issue, I don't expect much here. It's just annoying.
The text was updated successfully, but these errors were encountered: