Tcl Source Code

View Ticket
Login
Ticket UUID: 405154
Title: scrolled canvas and embedded windows
Type: Bug Version: obsolete: 8.3.2
Submitter: nobody Created on: 2001-03-01 16:24:21
Subsystem: 16. Commands A-H Assigned To: nobody
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-03-02 16:45:00
Resolution: Invalid Closed By: dkf
    Closed on: 2001-03-02 09:44:59
Description:
The embedded windows do not get hidden properly. They
do get drawn over the scollbar or whatever is outside
the canvas.
It happens under Unix and Windows.
User Comments: dkf added on 2001-03-02 16:45:00:

File Added - 4072: fixed.tcl

dkf added on 2001-03-02 16:44:59:
Logged In: YES 
user_id=79902

This is not a Tcl bug, as involves Tk.  This is not a Tk
bug, as Tk's behaviour is correct according to the script
*as written*.  This is a bug in the submitted script, since
only widgets that are children of the canvas will get
clipped by it.  Compare with the version I attach below,
though note that the contained widgets still overlap the
canvas's border; not much you can do about that except shove
another frame in...

nobody added on 2001-03-01 23:24:24:

File Added - 4057: bug.tcl.gz

Attachments: