SamuelRiversMoore / icons-field

An icon select-field for kirby-3
1 stars 0 forks source link

undefined is not an object (evaluating 'e.explicitOriginalTarget.classList') when blur() is called #1

Open xu-chris opened 5 years ago

xu-chris commented 5 years ago

Hi Samuel! 👋 Thank you for your tremendous work and your panel field! It is really a missing piece in the whole universe of Kirby plugins.

I have got an error as soon as I close the search overlay of form field:

undefined is not an object (evaluating 'e.explicitOriginalTarget.classList')

I am not quite sure what it might be but it looks like that it's failing in the blur() function in the Vue template. Since I am not quite sure how I could fix this, maybe you know better how to solve it?

My Kirby version is 3.2.0 My browser is Safari (latest)

xu-chris commented 5 years ago

Furthermore help from Chrome:

TypeError: Cannot read property 'classList' of undefined
    at a.blur (index.js?1564897829:2)
    at a.blur (app.js:1)
    at oe (vendor.js:41)
    at a.n (vendor.js:41)
    at oe (vendor.js:41)
    at a.t.$emit (vendor.js:41)
    at focusout (app.js:1)
    at oe (vendor.js:41)
    at HTMLDivElement.n (vendor.js:41)
    at HTMLDivElement.Ni.i._wrapper (vendor.js:41)