View Ticket
2025-10-13
23:50 Closed ticket [21ca82773d]: Demo echat.tcl: Horizontal scrollbar not working plus 4 other changes artifact: 1f6035d068 user: bohagan
20:56 Ticket [21ca82773d]: 5 changes artifact: 78b14c8e3b user: bohagan
15:09 New ticket [21ca82773d]. artifact: ffb175a04f user: anonymous

Ticket Hash: 21ca82773d03e7afe9fc42d2a4fb904d3be41b92
Title: Demo echat.tcl: Horizontal scrollbar not working
Status: Closed Type: Code Defect
Severity: Minor Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2025-10-13 23:50:52
17.8 days ago
Created: 2025-10-13 15:09:13
18.2 days ago
Version Found In: 2.0b2
User Comments:
anonymous added on 2025-10-13 15:09:13:

Line

set sh [ttk::scrollbar $f.hsb -command [list $e xview scroll] -orient horizontal]

should be

set sh [ttk::scrollbar $f.hsb -command [list $e xview] -orient horizontal]


bohagan added on 2025-10-13 20:56:06:

Thanks, I'll fix it.


bohagan added on 2025-10-13 23:50:52:
Fixed in [9a625532b90da734].