lborgman / easy-cap-ed

For the captions editor EasyCapEd
0 stars 0 forks source link

TypeError: Cannot read property 'tagName' of null #93

Closed MikeRidgway closed 6 years ago

MikeRidgway commented 6 years ago

Clicking and navigating.

In URL:

TypeError: Cannot read property 'tagName' of null at getSpanFromPoint (https://easycaped-1.firebaseapp.com/js/caped-editor.js:2458:55) at https://easycaped-1.firebaseapp.com/js/caped-editor.js:2473:13

Error source:

Context:

lborgman commented 6 years ago

@MikeRidgway Thanks. I wonder if document.elementFromPoint returns null? That would be a browser bug. I have put in a test for that.

lborgman commented 6 years ago

No. My bad. I must learn to distinguish plus and minus. :-(

Fixed in 0.64.12