byutrg / baseterm

BaseTerm is an open-source and free to use terminology management system built with the primary goal of natively supporting the most popular TBX dialect for exchange, TBX-Basic.
Eclipse Public License 1.0
11 stars 1 forks source link

Uncaught TypeError: Cannot read property '0' of undefined #22

Open byutrg opened 8 years ago

byutrg commented 8 years ago

Originally reported by: James Hayes (Bitbucket: nonyaSerdo, GitHub: Unknown)


This error pops up in the jQuery sometimes. It is probably causing other errors.


byutrg commented 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.

byutrg commented 8 years ago

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