xamarin/Xamarin.Forms
[Bug] Random Disappearance and miss alignment in text while scrolling up and down when using "ListViewCachingStrategy: RecycleElement"
Aberta
#8.058 aberto em 17 de out. de 2019
a/listviewe/4 :clock4:help wantedinactivep/Androidt/bug :bug:up-for-grabs
Métricas do repositório
- Stars
- (5.644 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Description
when scrolling down and up again labels randomly truncated and miss alignment but when " RecycleElement " is commented the issue seems to be solved
Steps to Reproduce
- Add a ListView with ListViewCachingStrategy=RecycleElement.
- Within ListView use a label.
- scroll down and up again.
Expected Behavior
Labels are not truncated Labels are not miss aligned in case of using different languages (arabic and english)
Actual Behavior
Labels are randomly truncated miss aligned in case of using different languages (arabic and english)
Basic Information
- Version with issue: 4.2.0.848062
- Last known good version: 2.3.4.247
- IDE: VS2019 16.2.5
- Affected Devices: Android 9.0 API 28
Screenshots