Open byutrg opened 8 years ago
Original comment by James Hayes (Bitbucket: nonyaSerdo, GitHub: Unknown):
I finally reproduced the error. When viewing term information, quickly running the cursor over multiple fields quickly will cause the error. This does not seem to have any effect whatsoever on site performance or functionality though.
There is still the mystery bug that sometimes make UI buttons unresponsive.
Original comment by James Hayes (Bitbucket: nonyaSerdo, GitHub: Unknown):
Seems to occur when something is deleted: Uncaught TypeError: Cannot read property '0' of undefined
// in $('body').on('mouseover','.refContent', function()
case 'TIG':
target = entries[e].languages[l].terms[t].references[index].target;
break;
This error should be fixed in 95a0b6b
The jQuery error is probably still there
Originally reported by: James Hayes (Bitbucket: nonyaSerdo, GitHub: Unknown)
This error pops up in the jQuery sometimes. It is probably causing other errors.