Tk Source Code

View Ticket
Login
2019-08-11
18:00 Ticket [940260ad85] TTK Treeview alternating row color not working status still Open with 4 other changes artifact: d676e96ffb user: fvogel
2019-02-25
07:12 Closed ticket [089646f78f]: ttk::treeview tag colors are not displayed plus 7 other changes artifact: 9eb2314726 user: fvogel
06:50 Add attachment treeview-8.6.9.png to ticket [089646f78f] artifact: d57cc3f0f7 user: gdiscry
06:49 Add attachment treeview-8.6.8.png to ticket [089646f78f] artifact: 23bcc62b50 user: gdiscry
06:48 New ticket [089646f78f] ttk::treeview tag colors are not displayed. artifact: 7ea49e8022 user: gdiscry

Ticket UUID: 089646f78fd36f772061e535266fee79b6859a89
Title: ttk::treeview tag colors are not displayed
Type: Bug Version: 8.6.9
Submitter: gdiscry Created on: 2019-02-25 06:48:44
Subsystem: 88. Themed Tk Assigned To: fvogel
Priority: 5 Medium Severity: Important
Status: Closed Last Modified: 2019-02-25 07:12:08
Resolution: Duplicate Closed By: fvogel
    Closed on: 2019-02-25 07:12:08
Description:

Since 8.6.9, the background and foreground colors of ttk::treeview items are not drawn anymore.

I can confirm that this issue does not occur with version 8.6.8.

Here is a quick script to test the issue:

package require Tk
pack [ttk::treeview .t] -padx 10 -pady 10
.t tag configure redandblue -background "red" -foreground "blue";
for {set i 0} {$i < 15} {incr i} {.t insert {} end -text "Item $i" -tags redandblue}

Platform Linux

User Comments: fvogel added on 2019-02-25 07:12:08:

Thanks for the report, however this was already reported and already fixed.

Closing as duplicate of [509cafafae].


Attachments: