aboutsummaryrefslogtreecommitdiff
path: root/236/index.md
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /236/index.md
Initial versionHEADmain
Diffstat (limited to '236/index.md')
-rw-r--r--236/index.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/236/index.md b/236/index.md
new file mode 100644
index 0000000..269f7cb
--- /dev/null
+++ b/236/index.md
@@ -0,0 +1,50 @@
+Title: Infinite layout loop with github.com after loging in
+Author: rodarima
+Created: Wed, 07 Aug 2024 00:01:32 +0000
+State: open
+
+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
+...
+```
+
+--%--
+From: rodarima
+Date: Wed, 07 Aug 2024 10:24:03 +0000
+
+Here is the isolated problem:
+
+```html
+<!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>
+```
+
+--%--
+From: rodarima
+Date: Sun, 25 Aug 2024 16:29:51 +0000
+
+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
+
+--%--
+From: rodarima
+Date: Thu, 29 Aug 2024 22:44:24 +0000
+
+The current workaround is triggered when resizing the window. \ No newline at end of file