blob: 269f7cb98a9a4b0dbd421900ba9364ac95329904 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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.
|