Skip to content
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

Infinite layout loop with github.com after loging in #236

Open
rodarima opened this issue Aug 7, 2024 · 3 comments
Labels
bug Something isn't working layout Layouting and rendering

Comments

@rodarima
Copy link
Member

rodarima commented Aug 7, 2024

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
...
@rodarima
Copy link
Member Author

rodarima commented Aug 7, 2024

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>

@rodarima
Copy link
Member Author

rodarima commented Aug 25, 2024

@rodarima rodarima added bug Something isn't working layout Layouting and rendering labels Aug 29, 2024
@rodarima
Copy link
Member Author

The current workaround is triggered when resizing the window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working layout Layouting and rendering
Projects
None yet
Development

No branches or pull requests

1 participant