Xamarin.forms: [Bug] CollectionView on android (not test on iOS) lable binding show blank after do some scroll

Created on 16 Jul 2019  路  9Comments  路  Source: xamarin/Xamarin.Forms

CVSample.zip
run the code on android device or the android emulator.
scroll the collectionview between top and bottom.
then result like these pictures:

bug1
bug2

collectionview 3 Android bug

Most helpful comment

@samhouts this bug still not fix in 4.1.0.618606

All 9 comments

I run the code and finding the same issue, At first I can see the result without any blank but when I scroll to bottom and top, I can see the result as same as given in screenshot.

closed by #6390

@samhouts this bug still not fix in 4.1.0.618606

@jingliancui Thanks for letting us know! We'll take another look.

This still happens in 4.2.0.709249

@samhouts I noticed this too. I was testing RefreshView. When the collection is refreshed, then some labels are missing on Android.

6988

Note: only happens with the fast label renderer; if I force it to use the legacy renderer, the labels will occasionally start out blank, but then refresh themselves and draw correctly.

It's only happening when the views/renderers being created by the templates are re-used; if I force the CollectionView to recreate the template content every time, the problem goes away (at a huge performance cost).

Still happening in 4.6.0.847. is it fixable or not?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

EmilAlipiev picture EmilAlipiev  路  3Comments

rmarinho picture rmarinho  路  3Comments

jamiewest picture jamiewest  路  3Comments

joseluisct picture joseluisct  路  3Comments

deakjahn picture deakjahn  路  3Comments