This is new behaviour, and i ~think~ is probably a bug.
If the "belowThis" tag is not defined, wish throws an error.
All previous version os wish this does not happen.
pack [canvas .c]
.c create line 0 0 10 10 -tags aline
.c lower aline noline
> tag "noline" doesn't match any items
No, it's a bug fix: See #3437816
No, it's a FRQ
I't be nice to not throw an error here (and also modify the raise command's behaviour)
* AFAIK - all other references to non-existing tags do not throw errors
* This is the way it has been with "lower" for a long time.
tkspider error
The issue is <b>Many</b> tk apps are now going to needlessly start throwing errors.
My tkspider game does just this. (screenshot attached).
There is no real plus side to this change.