[New-bugs-announce] [issue40498] Holding spacebar on button widget permanently makes it SUNKEN even after release (and wait).

PythonAmateur742 report at bugs.python.org
Mon May 4 07:23:16 EDT 2020


New submission from PythonAmateur742 <PythonAmateur742 at protonmail.com>:

See my Stack Overflow question for an example code.

https://stackoverflow.com/questions/61588397/problems-with-tkinter-button-bindings-and-behaviour

Reproduction:

1. create a single button (even without command)
2. Use tab to navigate to the button.
3. Hold space for a bit.

result: Button is now SUNKEN. Even after clicking or pressing the space again.

----------
components: Tkinter
messages: 368036
nosy: PythonAmateur742
priority: normal
severity: normal
status: open
title: Holding spacebar on button widget permanently makes it SUNKEN even after release (and wait).
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40498>
_______________________________________


More information about the New-bugs-announce mailing list