vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][2.6.12] index.ts:163 Uncaught TypeError: el.hasAttribute is not a function

Open lukicenturi opened this issue 3 years ago • 0 comments

Environment

Vuetify Version: 2.6.12 Vue Version: 2.7.10 Browsers: Chrome 106.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

I got this error

index.ts:163 Uncaught TypeError: el.hasAttribute is not a function
    at VueComponent.shouldScroll (index.ts:163:14)
    at VueComponent.shouldScroll (index.ts:184:21)
    at VueComponent.shouldScroll (index.ts:184:21)
    at VueComponent.checkPath (index.ts:218:60)
    at VueComponent.scrollListener (index.ts:153:14)

when trying to scroll on <v-dialog> overlay.

Expected Behavior

It should not show that error.

Actual Behavior

It show error, that shoul be removed

Reproduction Link

https://github.com/rotki/rotki

lukicenturi avatar Oct 26 '22 10:10 lukicenturi