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

2020-06-12 Thread Ned Deily


Ned Deily  added the comment:

I agree that, if the problem is reproducible with wish, it's not a tkinter 
issue (which is just a wrapper around Tk calls). You may want to pursue it with 
the Tk project:  https://core.tcl-lang.org/index.html

--
nosy: +ned.deily
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-06-12 Thread E. Paine


E. Paine  added the comment:

I agree this is a Windows issue (though I haven't tested on MacOS), but I don't 
think it is a tkinter issue. Running 'wish' on the following, behaves exactly 
the same:

pack [button .button1 -text {click me}]

Thank you for reporting this, but unless this behaviour is shown to be a 
tkinter issue (rather than Tk), I am of the opinion that this issue should be 
closed as 3rd party.

--
nosy: +epaine, gpolo, serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-05-04 Thread PythonAmateur742


PythonAmateur742  added the comment:

This is a win10 issue. I haven't tried it on linux.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-05-04 Thread PythonAmateur742


New submission from PythonAmateur742 :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com