summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2024-03-27 12:34:30 +0100
committerFlorian Bruhin <me@the-compiler.org>2024-03-27 12:34:30 +0100
commit982b8bdcecfba6fc1687a6a4942b9e3ab3221eb7 (patch)
tree18b5ae22aaa67b288e01cf5504e260e0f24bb78a /doc
parent0b220117e2c26dd3ca7639a7bda78a44c8959fbf (diff)
downloadqutebrowser-982b8bdcecfba6fc1687a6a4942b9e3ab3221eb7.tar.gz
qutebrowser-982b8bdcecfba6fc1687a6a4942b9e3ab3221eb7.zip
Fix input.insert_mode.auto_load race / test_auto_load flakiness
Fixes #8145, see #5390. As long as we don't have a solution to get notified about focus happening (#2471 possibly?), it looks like there is no better way to get notified about this, so a delay will need to do for now.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 89e33679e..53bb75a2f 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -32,6 +32,12 @@ Changed
`:quickmark-*`, `:bookmark-*`, `:tab-take` and `:tab-select` (for the quick
and bookmark categories). (#7955)
+Fixed
+~~~~~
+
+- `input.insert_mode.auto_load` sometimes not triggering due to a race
+ condition.
+
[[v3.1.1]]
v3.1.1 (unreleased)
-------------------