30 minutes ago, slicer4ever said:Are you not seeing that in the existing tooltip? or are you not seeing a tooltip at all on hover over. it should look like this:
Huh. I am indeed not seeing a tooltip at all. For reference, I'm using Firefox (54.0) under Ubuntu Linux, I believe.
32 minutes ago, slicer4ever said:Yes this was a bit of an oversight on my part, i forgot to add checks that the thoughts didn't overrun the length of the database, as it has to include escaping them so that they can't be used for a mysql injection. I've also upped the length of what you can write from 1024 characters to 8096.
Ah, fair enough!
33 minutes ago, slicer4ever said:edit: upon further inspection i think i know what is occurring, right now if you see "Error: [Gameplay|Graphics|Audio|etc] has an invalid input". open your developer console and please report what the console is saying to me.
Aha! I'm now seeing "Audio has an invalid input". Here is the relevant output:
TypeError: e is undefined[Learn More] SubmissionScript.js:239:2
RadioMouseMove https://neonlightgames.com/woa/Assets/SubmissionScript.js:239:2
ThemeMouseOver https://neonlightgames.com/woa/Assets/SubmissionScript.js:183:2
onmouseover https://neonlightgames.com/woa/Submissions:1:1
3 SubmissionScript.js:604:2
0 SubmissionScript.js:604:2
4 SubmissionScript.js:604:2
TypeError: e is undefined[Learn More] SubmissionScript.js:239:2
RadioMouseMove https://neonlightgames.com/woa/Assets/SubmissionScript.js:239:2
onmousemove https://neonlightgames.com/woa/Submissions:1:1
Audio: 0 SubmissionScript.js:355:3
TypeError: e is undefined[Learn More] SubmissionScript.js:239:2
RadioMouseMove https://neonlightgames.com/woa/Assets/SubmissionScript.js:239:2
ParticipationMouseOver https://neonlightgames.com/woa/Assets/SubmissionScript.js:220:2
onmouseover https://neonlightgames.com/woa/Submissions:1:1
Judging by the errors reported, this may perhaps be relevant to both issues.