5.50f2 - new bug setting tags.

loadButton.tag = “loadButton”;
results in:
“Tag: l is not defined”

saveButton.tag = “saveButton”;
results in:
“Tag: s is not defined”

So it’s trying to set the tag to the first character of whatever you pass.

You set up the tag in the editor?

Yes. As the above shows, for some reason it’s trying to set the tag to be only the first letter of the string being passed. Seems like a weird error to be introduced, but should be easy to fix.

Did you file a bug report?

I did: Case 854916

1 Like