Ticket Change Details
Overview

Artifact ID: ffb175a04f1d1c87406781052e284690b167fa159a3e5b0192762c8093f80106
Ticket: 21ca82773d03e7afe9fc42d2a4fb904d3be41b92
Demo echat.tcl: Horizontal scrollbar not working
User & Date: anonymous on 2025-10-13 15:09:13
Changes

  1. foundin changed to: "2.0b2"
  2. icomment:
    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]`
    
  3. login: "anonymous"
  4. mimetype: "text/x-markdown"
  5. severity changed to: "Minor"
  6. status changed to: "Open"
  7. title changed to: "Demo echat.tcl: Horizontal scrollbar not working"
  8. type changed to: "Code Defect"