-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Browser extensions "stealing" input from html export #62606
Comments
Adding to the "bug report" - Yes I am fully aware that this is in part a problem of using said extension(s). I asked in the Vimium github issues for solutions - it's the "desired" behaviour and in this case I was suggested to turn off Vimium. But on other extensions (e.g. Key Jump) it's not just easily deactivable. I tested a local workaround that seemed to work: The question now would be if this behaviour could be implemented as the default behaviour in the html5 export. |
Fixed via #62607 |
Setting If you need to customize the HTML to account for your specific setup, you can set a custom HTML page on export |
The PRs that I mentioned do not fix this problem, they fix a general problem that leads to a wrong cursor under certain circumstances. I know that I can setup a custom html, but my specific setup is not the problem here. Like I said, even the original web editor of Godot suffers from this problem. Is there another solution to this that you know of? |
The PR allows you to fix it via a custom HTML page (without having the wrong cursor).
You should ask the extensions developers, it's clearly them who steal the input by modifying the HTML content. Nothing we can do about that as far as I know (EDIT: I don't know how their extension works, so there might be something we could do, but I have no clue). And given they told you to disable the extension, I guess there is no solution beside not using an extension that breaks web pages. |
Did you try opening an issue on their github? https://github.com/KennethSundqvist/key-jump-browser-extension |
They seem to use capture on purpose, i.e. they actively want to steal events at the With this in mind (see event flow) I'm pretty confident there is nothing we can do about it. They should just fix their extension. |
Godot version
3.5RC4
System information
Windows 10
Issue description
When using browser extensions that use shortcuts, e.g. for navigation, those shortcuts "steal" the input of html5 exported Godot projects.
Steps to reproduce
Hello
Minimal reproduction project
Not neccessary, see above.
The text was updated successfully, but these errors were encountered: