|
2001-03-27
| ||
| 21:21 | • Closed ticket [220746ffff]: If tk_messageBox is first call in script, no subsequent widgets take input plus 2 other changes artifact: c181644892 user: dkf | |
|
2001-03-24
| ||
| 07:55 | • Open ticket [220746ffff]. artifact: 8842af9d0a user: dgp | |
|
2000-11-01
| ||
| 06:50 | • Closed ticket [220746ffff]. artifact: e52afd0e68 user: welch | |
|
2000-10-31
| ||
| 23:50 | • New ticket [220746ffff]. artifact: 247813a5af user: welch | |
| Ticket UUID: | 220746 | |||
| Title: | If tk_messageBox is first call in script, no subsequent widgets take input | |||
| Type: | Bug | Version: | obsolete: 8.2.1 | |
| Submitter: | welch | Created on: | 2000-10-31 23:50:44 | |
| Subsystem: | 38. [tk_messageBox] | Assigned To: | nobody | |
| Priority: | 5 Medium | Severity: | ||
| Status: | Closed | Last Modified: | 2001-03-27 21:21:01 | |
| Resolution: | Fixed | Closed By: | dkf | |
| Closed on: | 2001-03-27 14:21:01 | |||
| Description: |
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
| |||