stephband/jquery.event.move

Cannot read property 'toLowerCase' of undefined

Opened this issue · 0 comments

Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
at isIgnoreTag (jquery.event.move.js:198)
at mousedown (jquery.event.move.js:249)
at HTMLDocument.handler (jquery.event.move.js:100)

This happens when you click on scrollbar. Becouse e.target is document and e.target.tagName is undefined.