-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data-poptrox="ignore" breaks the last item in the gallery #26
Labels
Comments
pwojnowski
pushed a commit
to pwojnowski/jquery.poptrox
that referenced
this issue
May 1, 2015
The problem is that marking anchor as ignored results in not adding it to the images queue, hence the queue is shorter than total number of images. The initial processing goes through images and creates a function that trigger opening an image by its initial index, but the index is different in the queue due to ignored images.
pwojnowski
pushed a commit
to pwojnowski/jquery.poptrox
that referenced
this issue
May 8, 2015
pwojnowski
pushed a commit
to pwojnowski/jquery.poptrox
that referenced
this issue
May 9, 2015
Will look into this. Thanks. |
Did you solve this bug? I am also having same loading issue when there are "ignore" tags in between the collection of images and YouTube links. If you have tried, please give me a lead so that I can work on it. |
I'm having the same issue |
I have the same issue. Any fix available? |
@crapazilla |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, great lightbox!
Whenever an anchor is added with the ignore date attribute, clicking the final item in the gallery logs a javascript error and hangs the page.
The text was updated successfully, but these errors were encountered: