diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /300 |
Diffstat (limited to '300')
-rw-r--r-- | 300/index.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/300/index.md b/300/index.md new file mode 100644 index 0000000..88ead55 --- /dev/null +++ b/300/index.md @@ -0,0 +1,14 @@ +Title: Resizing the window several times triggers the layout emergency brake +Author: rodarima +Created: Wed, 13 Nov 2024 18:28:54 +0000 +State: closed + +We should reset the counter of the layout loop if the window is being resized, otherwise it will lock and no more layout updates will happen. + +See #236 + +--%-- +From: rodarima +Date: Wed, 13 Nov 2024 19:41:38 +0000 + +There are multiple Layout instances in a single tab and each is currently using its own resizeCounter. This is used for ComplexButtonResource. We may want to use it only in the top level one, otherwise each sub-layout may break at different times.
\ No newline at end of file |