This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author twegener
Recipients
Date 2006-11-21.05:43:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The following workaround does the job:

entry = combobox.subwidget_list['entry']
entry.config(state='readonly')

It appears that when doing ComboBox(editable=False) the Entry widget is being set to DISABLED rather than 'readonly'. 
History
Date User Action Args
2008-01-20 09:59:06adminlinkissue1600182 messages
2008-01-20 09:59:06admincreate