Greasy Fork is available in English.

Linkify Plus Plus

Based on Linkify Plus. Turn plain text URLs into links.

< Σχολιασμός για τον κώδικα Linkify Plus Plus

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 20/01/2015

Uncaught TypeError: Cannot read property 'parentNode' of null (Chrome 40.0.2214.85)

This sometimes happens on youtube when quickly hovering over buttons that have a custom tooltip like this https://i.imgur.com/n5s63I7.png

Uncaught TypeError: Cannot read property 'parentNode' of null 

https://i.imgur.com/6uV7wf0.png

at this line:

while (node.parentNode != document.documentElement) {

This effectively crashes the script and no more linkifying occurs after that.

In my investigation it seems the to happen because it traverses the node which is no longer part the document (its added when you hover over and then removed when the mouse leaves, before the traverser finishes parsing). The last node before crash was a tooltip and after checking it has a null parentNode.

eightΔημιουργός
§
Δημοσιεύτηκε: 21/01/2015

Fixed in 3.2.3 :D

§
Δημοσιεύτηκε: 21/01/2015

Thanks :)

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.