banthagroup / fslightbox-vue

Basic version of Fullscreen Lightbox for Vue.js. Website: https://fslightbox.com/vue
MIT License
41 stars 3 forks source link

Breaking when Fullscreen / Zooming #21

Closed Carlwirkus closed 4 years ago

Carlwirkus commented 4 years ago

I've been playing around with the pro version and noticed issues with the fullscreen functionality. This is reproducible in the demo just toggling the fullscreen and zooming. You get the console error:

Uncaught (in promise) TypeError: Failed to execute 'exitFullscreen' on 'Document': Document not active

There is also an issue when zooming, Reproducing it is more difficult and there is no console error (this also happens in the demo).

Carlwirkus commented 4 years ago

This looks to be fixed with version 1.1, thanks.