OriginalBugID: 5792 Bug
Version: 8.2
SubmitDate: '2000-06-02'
LastModified: '2000-06-02'
Severity: CRIT
Status: Released
Submitter: techsupp
ChangedBy: hobbs
OS: Windows NT
OSVersion: NT4 SP4
Machine: Compaq Armada 7400 laptop
FixedDate: '2000-06-02'
FixedInVersion: 8.3
Name:
Shaun Lowry
Comments:
This can be worked around by including a call to 'update' before the
call to tk_messageBox
ReproducibleScript:
tk_messageBox
button .f -text hello -command {tk_messageBox}
pack .f
Command line:
prowish82 bug.tcl
ObservedBehavior:
the button won't take input
DesiredBehavior:
Clicking the button should bring up another blank messagebox
Already fied in 8.3.0 (8.3.1 is current stable).
-- 06/02/2000 hobbs
|