glidejs / glide

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
https://glidejs.com
MIT License
7.21k stars 768 forks source link

Fix issue #523 - "Slider cannot be initialized in iframe" #675

Open jayelkaake opened 7 months ago

jayelkaake commented 7 months ago

How to recreate the issue

Load glide in an iframe

What I Did

I changed the exist() method to use duck-typing instead of a null check.

The work that @ericmorand did in pull request #669 did not fully solve the problem, and also sort of makes it possible to pass invalid objects, so was not a preferred solution. Thanks for leading me in the right direction though @ericmorand!

How was it tested

Loaded in iframe and out of iframe.