czirkoszoltan
czirkoszoltan
I guess this can be fixed like this: ``` function show(index, gallery) { gallery = gallery || currentGallery; if (!isOverlayVisible && index >= 0 && index < gallery.length) { ```
My workaround for this Safari bug now looks like this: 1. Adding an event handler which puts a class on the document body when an image is opened: ```js $('.my-gallery...
this is a Safari bug, unfortunately
@neokio Did you hide *all* elements in the DOM with position:fixed? I mean, really all, not just the containers of the fluidbox instance, but any other element as well.
It seems to me that this is not (only) about the characer classes, but the ignored conversions like %*d. See here: https://phpstan.org/r/b63d2325-7193-4641-ae5f-c61823735ffd
Not for the latter version.