dillo-browser / dillo

Dillo, a multi-platform graphical web browser
https://dillo-browser.github.io/
GNU General Public License v3.0
545 stars 27 forks source link

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

Open rodarima opened 1 month ago

rodarima commented 1 month ago

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 commented 1 month ago

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 commented 2 weeks ago

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

rodarima commented 2 weeks ago

The current workaround is triggered when resizing the window.