[New-bugs-announce] [issue46181] Destroying an expaned Combobox prevents Entry focus until Alt+Tab

Jonathan Lahav report at bugs.python.org
Sun Dec 26 07:21:18 EST 2021


New submission from Jonathan Lahav <j.lahav at gmail.com>:

Happens on Windows.

Observation:
When an expanded Combobox is destroyerd, widgets in the window can't get focus until Alt+Tab forth and back.
Buttons can still be clicked, but focus can't be obtained by widgets, entries fro example, not by clicking nor by the Tab or arrow keys.

The attached file contains a minimal reproduction example.

Motivation:
I develop the GUI for a complex application at work which needs to recreate its GUI layout upon a combobox selection, thus destroying the combobox as well.

----------
components: Tkinter
files: combobug.py
messages: 409196
nosy: j.lahav
priority: normal
severity: normal
status: open
title: Destroying an expaned Combobox prevents Entry focus until Alt+Tab
type: behavior
versions: Python 3.8
Added file: https://bugs.python.org/file50522/combobug.py

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


More information about the New-bugs-announce mailing list