You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the new SimpleLightbox(elements: someFilterValue) construct, if a subset of photos on a page is set up to be viewed by SimpleLightbox, and subsequently another subset is set up with new SimpleLightbox(elements: aDifferentFilterValue), and then the first set is again set up with new SimpleLightbox(elements: someFilterValue), then when the first photo in the first-setup subset of photos is clicked to view in SimpleLightbox, this first photo remains displayed under any photos that are next displayed when the Next or Previous buttons are clicked. This behavior only occurs when using the new SimpleLightbox(elements: someFilterValue) construct to set up the lightbox. If the jQuery construct is used --- $('someFilterValue').simpleLightbox() --- then this error does not occur.
The text was updated successfully, but these errors were encountered:
DanielSwain
changed the title
First image stays up when filter revisited
BUG: First image stays up when filter revisited if set up with new SimpleLightbox() construct
Jun 30, 2020
When using the
new SimpleLightbox(elements: someFilterValue)
construct, if a subset of photos on a page is set up to be viewed by SimpleLightbox, and subsequently another subset is set up withnew SimpleLightbox(elements: aDifferentFilterValue)
, and then the first set is again set up withnew SimpleLightbox(elements: someFilterValue)
, then when the first photo in the first-setup subset of photos is clicked to view in SimpleLightbox, this first photo remains displayed under any photos that are next displayed when the Next or Previous buttons are clicked. This behavior only occurs when using thenew SimpleLightbox(elements: someFilterValue)
construct to set up the lightbox. If the jQuery construct is used ---$('someFilterValue').simpleLightbox()
--- then this error does not occur.The text was updated successfully, but these errors were encountered: