entry .e
pack .e
grab .e
interp create test
test eval package require Tk
test eval grab current .
---> .e
test eval grab status .e
---> bad window path name ".e"
Is it logical that "grab current" returns a widget from another
interp? Is it a bug?
No.
> Is it a bug?
Yes: http://sourceforge.net/support/tracker.php?aid=922427
(Looks like some information went missing from the last comment of
that bug ...)
Schelte.
The bug was discovered in 2004. For sure it must be difficult to fix.