Tcl Source Code

View Ticket
Login
Ticket UUID: 1682630
Title: textImage-3.2 delayed image management FAILED
Type: Bug Version: None
Submitter: nobody Created on: 2007-03-17 11:52:37
Subsystem: None Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2007-03-18 01:16:26
Resolution: Invalid Closed By: dgp
    Closed on: 2007-03-17 18:16:26
Description:
I have mingw32 on WinXP SP2.
My sysinfo and make test output are attached

The test case is:
textImage.test


==== textImage-3.2 delayed image management FAILED
==== Contents of test case:

        catch {
            image create photo small -width 5 -height 5
            small put red -to 0 0 4 4
        }
        catch {destroy .t}
        text .t -font test_font -bd 0 -highlightthickness 0 -padx 0 -pady 0
        pack .t
        .t image create end -name test
        update
        set result ""
        lappend result [.t bbox test]
        .t image configure test -image small -align top
        update
        lappend result [.t bbox test]

---- Result was:
{0 10 0 0} {0 0 5 5}
---- Result should have been (exact matching):
{} {0 0 5 5}
==== textImage-3.2 FAILED
User Comments: dgp added on 2007-03-18 01:16:26:
Logged In: YES 
user_id=80530
Originator: NO


"textImage" is Tk not Tcl.

File your bug in Tk's Bug Tracker,
if it's not already there.

[email protected] added on 2007-03-17 18:52:37:

File Added - 220992: msysinfo.txt

Attachments: