From 767536605683fbbca8e26b8eec19725e48de0894 Mon Sep 17 00:00:00 2001 From: Raidro Manchester Date: Tue, 18 May 2021 22:46:27 +0300 Subject: [PATCH] doc: document slow window focusing issue and fractal connection --- doc/slow-window-focusing.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/slow-window-focusing.txt diff --git a/doc/slow-window-focusing.txt b/doc/slow-window-focusing.txt new file mode 100644 index 0000000..37c1f66 --- /dev/null +++ b/doc/slow-window-focusing.txt @@ -0,0 +1,7 @@ +As you may have noticed, focusing/defocusing the window is visibly +slow/laggy. Especially if you have a lot of messages. + +Fractal has this *exact* same issue, and we basically use very similar +code for the message history too. + +You can find out more at the fractal issue https://gitlab.gnome.org/GNOME/fractal/-/issues/525. -- GitLab