[New-bugs-announce] [issue41155] Tkinter -postoffset not working for TCombobox

Svetoslav Inkolov report at bugs.python.org
Mon Jun 29 04:31:35 EDT 2020


New submission from Svetoslav Inkolov <inkolov at cae-sim-sol.at>:

Doing a configuration of the tkinter combobox for the dropdown list with:

    style = ttk.Style()
    style.configure('TCombobox', postoffset=(0,0,width,0))

results in no changing of the combobox.

In Python 2.7.16 or generally in python 2 this functionality works well.

Please see the sample source-code attached.

----------
components: Tkinter
files: test_variable_dropdown-width_of_combobox.py
messages: 372553
nosy: Sveti007
priority: normal
severity: normal
status: open
title: Tkinter -postoffset not working for TCombobox
type: behavior
versions: Python 3.8
Added file: https://bugs.python.org/file49272/test_variable_dropdown-width_of_combobox.py

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


More information about the New-bugs-announce mailing list