If this is a duplication, apologies - I couldn’t find a similar example.
I also know this forum is not for bug reporting and have ticketed separately. Mostly I’m writing because tracking this issue down has taken a ton of time because I wasn’t expecting it.
ie.
if (I === noobcodenumpty) {I’d like to know what to add to my humble lessons learned list
} else {a warning to look for it if you have weird errors
}
Summary
So far I’ve found 2 bugs where the DOM element name has become unstuck from the Corvid Elements panel. In both cases, it was an upper case to lower case ID swap.
As I say in the screenie, I don’t know how this happens in Wix - this isn’t an event naming error where the element name has been changed and the code hasn’t been updated - that of course happens all the time.
It’s a DOM variance that I couldn’t replicate if I tried.
But I’m a junior and there’s probably something I don’t know. Either way, it took hours of session logs and trawling through Wix site code to find an r variable mismatch to get to this, so if I’m not just stupid I hope to spare you that
If this is stupid code noobiness then I’d really like to know so I don’t repeat it.
Thank you.
M