Closed neutralinsomniac closed 8 months ago
Please see this PR and this commit for reference.
It's a pretty annoying bug, and the fix is not so trivial it seems, since setting those parameters then causes the bug that was fixed in https://github.com/markqvist/Sideband/commit/d87058517813a175282326e8456eb70c62394e94.
If anyone can figure out a method that fixes both, it would be pretty great :)
I looked into this a bit and this seems possibly related to a change in kivy's TextInput widget: "Changed in version 2.1.0: keyboard_suggestions is now inherited from FocusBehavior."
I notice that you're using KivyMD, so I looked into how they handle FocusBehavior but I see no mention of the
keyboard_suggestions
property there, and I'm having a heck of a time getting my attempted patched version of Sideband to run on MacOS to test it (it just pretends to start then immediately exits).