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
Greetings, faced a lazy loading bug.
Combination of next properties causes a lazy loading bug. If user drags slider manually until it's end with and then releases mouse slides which are supposed to be lazy loaded don't load. If watchSlidesProgress and watchSlidesVisibility options are disabled all works as expected.
// These options causes the bug
lazy: {
loadPrevNext: true,
loadPrevNextAmount: 12
},
touchReleaseOnEdges: true,
watchSlidesProgress: true,
watchSlidesVisibility: true,
Small video that represents the issue. To reproduce it's more comfortable to open sandbox in a new window.
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-slides-per-column-forked-3yb5v
Bug description
Greetings, faced a lazy loading bug.
Combination of next properties causes a lazy loading bug. If user drags slider manually until it's end with and then releases mouse slides which are supposed to be lazy loaded don't load. If
watchSlidesProgress
andwatchSlidesVisibility
options are disabled all works as expected.Small video that represents the issue. To reproduce it's more comfortable to open sandbox in a new window.
Swiper.demo.-.Google.Chrome.2021-07-01.14-08-23.mp4
Expected Behavior
Expected lazy loading images to be loaded.
Actual Behavior
No response
Swiper version
6.7.1
Platform/Target and Browser Versions
Windows 10 19042.1052, Chrome 91.0.4472.114
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: