Skip to content

9.1.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ks89 Ks89 released this 22 Apr 22:57
· 62 commits to develop since this release
ba0e402

Pull request #257 by @locinus
Simplifies and uniformizes the calculation of previews indexes, in the different navigation cases (changes of current images, uses of previews arrows).

Bugfixes

  • clicking the right image arrow always shifts the displayed previews, even in cases where it shouldn't, for instance for n>=3 and current=0 (root cause of 'clipping' effects when navigating away from first/last preview)
  • the number of displayed previews sometimes oscillate between n (number of requested previews in config) and n-1/n+1 while navigating (for example for n=4 or n=5)
  • when opening the modal and navigating to the last preview by clicking on the right preview arrow, it's impossible to then click on the left preview arrow (same from last to first and clicking on the right preview arrow)
  • In infinite sliding, the left and right preview arrows should be always visible (except if nbPreviews < nbImages)