Skip to content
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

Bug Fix moveSlides > 1 breaks getPagerQty() #1296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kieran737
Copy link

Came across this issue where if you set moveSlides > 1 and inifinteLoop == false then the getPagerQty() function reports the wrong number of pages which causes the pager to multifunction there is also a knock-on effect with the next button if hideControlOnEnd == true ( this is how I bumped into this issue ) which then does the following:

  • Doesn't disable when the last item is reached.
  • Allows you to go keep incrementing the pager even when there is no content to display.

I believe this issue was originally reported here: #1224 you can also see the issue in the original post via JS fiddle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants