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
Infinite Layout::resizeIdle() loop when loading github.com after login in.
$ dillo github.com ... Layout::resizeIdle calls = 404 Layout::resizeIdle calls = 405 Layout::resizeIdle calls = 406 ...
The text was updated successfully, but these errors were encountered:
Here is the isolated problem:
<!DOCTYPE html> <html lang="en"> <head> <title>GitHub infinite layout loop</title> </head> <body> <div style="display:inline-block"> <form style="float:left"> <input type="hidden"/> <button type="submit" style="white-space:nowrap; float:left">Hello</button> </form> </div> </body> </html>
Sorry, something went wrong.
Another case seems to be: https://en.m.wikipedia.org/w/index.php?title=OpenVSP&action=history, https://en.m.wikipedia.org/w/index.php?title=Dillo&action=history
The current workaround is triggered when resizing the window.
No branches or pull requests
Infinite Layout::resizeIdle() loop when loading github.com after login in.
The text was updated successfully, but these errors were encountered: