Tk Source Code

View Ticket
Login
2000-11-01
06:34 Closed ticket [220465ffff]: Binding "update" in <Expose> window event prevents Windows from managing geometry plus 4 other changes artifact: 511113025c user: welch
2000-10-31
23:36 New ticket [220465ffff]. artifact: 071fac09aa user: welch

Ticket UUID: 220465
Title: Binding "update" in <Expose> window event prevents Windows from managing geometry
Type: Bug Version: obsolete: 8.1b2
Submitter: welch Created on: 2000-10-31 23:36:25
Subsystem: 69. Events Assigned To: nobody
Priority: 2 Severity:
Status: Closed Last Modified: 2000-11-01 06:34:35
Resolution: Fixed Closed By: welch
    Closed on: 2000-10-31 23:34:35
Description:
OriginalBugID: 1600 Bug
Version: 8.1b2
SubmitDate: '1999-03-23'
LastModified: '2000-01-31'
Severity: LOW
Status: Released
Submitter: pat
ChangedBy: hobbs
RelatedBugIDs: 1601
OS: Windows NT
OSVersion: 4.0 SP4
Machine: X86
FixedDate: '2000-01-31'
FixedInVersion: 8.3b2


Name:
Petasis Georgios

ReproducibleScript:
    toplevel .t
    text .t.t
    pack .t.t
    bind .t <Expose> {update}
    
    toplevel .w
    text .w.t
    pack .w.t

ObservedBehavior:
Under windows only: you cannot move or resize the second window when
overlaps
the first. This happens only under windows (in my system NT 4.0 SP4) and
not on unix (tested on Solaris 2.6 under KDE, CDE and Openwindows...)

DesiredBehavior:
Resize or move the second window without problem


This works as expected in 8.3b2. 
-- 01/31/2000 hobbs