aboutsummaryrefslogtreecommitdiff
path: root/237/index.md
diff options
context:
space:
mode:
Diffstat (limited to '237/index.md')
-rw-r--r--237/index.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/237/index.md b/237/index.md
new file mode 100644
index 0000000..d97399a
--- /dev/null
+++ b/237/index.md
@@ -0,0 +1,8 @@
+Title: Workaround for infinite layout loop
+Author: rodarima
+Created: Wed, 07 Aug 2024 11:54:59 +0000
+State: closed
+
+Workaround for #236, it stops the layout loop if we have reached 1000 iterations, so we don't enter an infinite loop and hoard the CPU forever. It also stops the layouting loop each 100 iterations to return the control to the FLTK event loop, so we keep the window responsive.
+
+There is a bug in the layouting process involving floats and white-space wrapping that should be fixed. To debug it we will probably need the debug window merged first. \ No newline at end of file