Tk Source Code

View Ticket
Login
2008-11-23
03:40 Ticket [1939129fff] ::ttk::combobox posts badly with wm attr -topmost status still Closed with 4 other changes artifact: ec604c1f88 user: patthoyts
03:27 Closed ticket [1939129fff]. artifact: 017fc02578 user: patthoyts
03:27 Ticket [1939129fff]: 4 changes artifact: 43b9142810 user: patthoyts
2008-04-11
03:49 Ticket [1939129fff]: 4 changes artifact: 5aeff489cd user: nobody
2008-04-10
05:32 New ticket [1939129fff]. artifact: 9352f3ccb7 user: keithv

Ticket UUID: 1939129
Title: ::ttk::combobox posts badly with wm attr -topmost
Type: Bug Version: obsolete: 8.5.5
Submitter: keithv Created on: 2008-04-10 05:32:59
Subsystem: 88. Themed Tk Assigned To: patthoyts
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2008-11-23 03:40:19
Resolution: Fixed Closed By: patthoyts
    Closed on: 2008-11-22 20:27:20
Description:
package require Ttk
wm attribute . -topmost 1
::ttk::combobox .cb -values {a b c d}
label .a -text "filler\nfiller\nfiller"
pack .cb .a -side top


Clicking the combobox causes the dropdown window to get drawn BEHIND the toplevel window because it has wm attribute -topmost 1.
User Comments: patthoyts added on 2008-11-23 03:40:19:
backported to 8.5 branch

patthoyts added on 2008-11-23 03:27:01:
Propagated the toplevels topmost attribute to the dropdown in the Post function.

nobody@24.17.94.56 added on 2008-04-11 03:49:59:
Logged In: NO 

Successfully replicated on Windows Vista SP1.