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
Using a CacheKeyFactory on images rendering inside a CollectionVIew (or other collection using recycling / virtualization) can cause incorrect images to load.
Expected behavior
Correct images always load when using a CacheKeyFactory
Reproduction steps
Use a CacheKeyFactory within a CollectionView's DataTemplate like:
Load the collection up with enough items (with unique images) to require scrolling. Scroll and you should notice that sometimes an incorrect image is displayed.
I saw this using Xamarin.Forms on iOS. Not sure about Android.
Configuration
Version: 2.4.11.982
Platform:
[ x] 📱 iOS
[ ?] 🤖 Android
[ ?] 🏁 WPF
[ ?] 🌎 UWP
[ ?] 🍎 MacOS
[ ?] 📺 tvOS
[ x] 🐒 Xamarin.Forms
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Using a CacheKeyFactory on images rendering inside a CollectionVIew (or other collection using recycling / virtualization) can cause incorrect images to load.
Expected behavior
Correct images always load when using a CacheKeyFactory
Reproduction steps
Use a CacheKeyFactory within a CollectionView's DataTemplate like:
Load the collection up with enough items (with unique images) to require scrolling. Scroll and you should notice that sometimes an incorrect image is displayed.
I saw this using Xamarin.Forms on iOS. Not sure about Android.
Configuration
Version: 2.4.11.982
Platform:
The text was updated successfully, but these errors were encountered: