diff options
Diffstat (limited to '54')
-rw-r--r-- | 54/index.md | 33 |
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 |