New submission from Jonathan Lahav <j.la...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue46181>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to