This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epaine
Recipients Vincent, epaine, serhiy.storchaka
Date 2021-03-11.11:53:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615463580.86.0.696499666427.issue43462@roundup.psfhosted.org>
In-reply-to
Content
This can be easily reproduced in Wish (8.6.11):

% pack [canvas .c]
% .c create rectangle 10 10 90 90
1
% .c bbox 1
9 9 91 91
% .c create rectangle 20 20 80 80 -state hidden
2
% .c bbox 2
%

I doubt this is a bug because the docs (https://www.tcl.tk/man/tcl8.6/TkCmd/canvas.htm#M36) say:

> if the matching items have empty bounding boxes (i.e. they have nothing to display) then an empty string is returned
History
Date User Action Args
2021-03-11 11:53:00epainesetrecipients: + epaine, serhiy.storchaka, Vincent
2021-03-11 11:53:00epainesetmessageid: <1615463580.86.0.696499666427.issue43462@roundup.psfhosted.org>
2021-03-11 11:53:00epainelinkissue43462 messages
2021-03-11 11:53:00epainecreate