Tk Source Code

View Ticket
Login
2001-04-26
04:42 Ticket [220239ffff] Widget command names not handled correctly status still Closed with 3 other changes artifact: 04e5a7281c user: dgp
2000-11-01
06:02 Closed ticket [220239ffff]. artifact: 35923db76d user: welch
2000-10-31
23:00 New ticket [220239ffff]. artifact: 549c081726 user: welch

Ticket UUID: 220239
Title: Widget command names not handled correctly
Type: Bug Version: obsolete: 8.2
Submitter: welch Created on: 2000-10-31 23:00:21
Subsystem: None Assigned To: nobody
Priority: 1 Zero Severity:
Status: Closed Last Modified: 2001-04-26 04:42:08
Resolution: Invalid Closed By: dgp
    Closed on: 2001-04-25 21:42:08
Description:
OriginalBugID: 2874 Bug
Version: 8.2
SubmitDate: '1999-09-23'
LastModified: '1999-09-24'
Severity: LOW
Status: Closed
Submitter: techsupp
ChangedBy: hobbs
OS: Linux
OSVersion: 2.0.33
Machine: Other
ClosedDate: '1999-09-24'


Name:
Ulrich Schöbel

ReproducibleScript:
% text .c1
    .c1
    % pack .c1
    % .c configure -relief raised
    %

ObservedBehavior:
The text widget .c1 is raised after the configure command.

DesiredBehavior:
Since a widget  .c does not exist, I expect an error to be raised.



This was minor user error in interactive mode.  Running .c
through unknown finds .c1. 
-- 09/24/1999 hobbs