| 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. | |||