Tk Source Code

View Ticket
Login
2010-11-29
13:19 New ticket [3122271fff] Selecting in a ttk::combobox listbox can remove focus. artifact: f0ea16824e user: dunkfan

Ticket UUID: 3122271
Title: Selecting in a ttk::combobox listbox can remove focus
Type: Bug Version: obsolete: 8.5.8
Submitter: dunkfan Created on: 2010-11-29 13:19:46
Subsystem: 88. Themed Tk Assigned To: jenglish
Priority: 5 Medium Severity:
Status: Open Last Modified: 2010-11-29 13:19:46
Resolution: None Closed By:
    Closed on:
Description:
On Linux systems, hitting enter on a listbox item of a ttk::combobox causes the combobox to lose focus if the combobox's parent window has the overrideredirect flag set. No such problems on Windows. All is well if the overrideredirect setting is removed.