You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not been able to active a Button() element using the spacebar when it has focus (as in takefocus). I have tried this on OSX Catalina 10.15.7 and Windows 10, and I have confirmation that at least one other user is experiencing this issue as part of a question I asked on StackOverflow
Here is a code example that should illustrate the problem. When spacebar is pressed while a Button() has focus, the associated command does not trigger. The associated command triggers fine for both buttons when clicked using the mouse.
I have not been able to active a Button() element using the spacebar when it has focus (as in
takefocus
). I have tried this on OSX Catalina 10.15.7 and Windows 10, and I have confirmation that at least one other user is experiencing this issue as part of a question I asked on StackOverflowHere is a code example that should illustrate the problem. When spacebar is pressed while a Button() has focus, the associated command does not trigger. The associated command triggers fine for both buttons when clicked using the mouse.
(While
takefocus
is enabled by default, spacebar still doesn't work withtakefocus=True
ortakefocus=1
when initializing a Button())Python 3.9.7
OSX Catalina 10.15.7
Tcl/Tk: 8.6.11
tkmacosx 1.0.3
Love the work you're doing here by the way, hope to be using this project moving forward.
The text was updated successfully, but these errors were encountered: