aboutsummaryrefslogtreecommitdiff
path: root/54
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 /54
Initial versionHEADmain
Diffstat (limited to '54')
-rw-r--r--54/index.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/54/index.md b/54/index.md
new file mode 100644
index 0000000..f0d3522
--- /dev/null
+++ b/54/index.md
@@ -0,0 +1,33 @@
+Title: Missing table content on resizing
+Author: rodarima
+Created: Mon, 08 Jan 2024 21:09:07 +0000
+State: closed
+
+When loading https://www.fltk.org/newsgroups.php?s21875+gfltk.coredev+v21894 without enabling any CSS and resizing the window to make it smaller some text is missing, but should be properly wrapped.
+
+Reproduced on master with 95627efadf55c39901928ee730d22de55cdcc209 but not with 3.0.5.
+
+Reported-By: dogma
+
+--%--
+From: rodarima
+Date: Mon, 26 Feb 2024 23:24:03 +0000
+
+Seems to be introduced by 6f66fd86, as well as #84
+```
+6f66fd861ef1d1bd583c31c2ce3d9c4a9896ede1 is the first bad commit
+commit 6f66fd861ef1d1bd583c31c2ce3d9c4a9896ede1
+Author: Rodrigo Arias Mallo <rodarima@gmail.com>
+Date: Mon Dec 25 01:09:26 2023 +0100
+
+ Fix bogus comparison of oofContainer[i]
+
+ The same index was being used in both sides of the comparison.
+
+ dw/textblock.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+```
+
+> Reproduced on master with https://github.com/dillo-browser/dillo/commit/95627efadf55c39901928ee730d22de55cdcc209 but not with 3.0.5.
+
+This is not consistent, I cannot reproduce it with 95627efa. \ No newline at end of file