xamarin/Xamarin.Forms

[Bug] Random Disappearance and miss alignment in text while scrolling up and down when using "ListViewCachingStrategy: RecycleElement"

開放

#8,058 建立於 2019年10月17日

 (3 則留言) (0 個反應) (0 位負責人)C# (1,926 個分叉)batch import
a/listviewe/4 :clock4:help wantedinactivep/Androidt/bug :bug:up-for-grabs

倉庫指標

星標
 (5,644 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

  1. Add a ListView with ListViewCachingStrategy=RecycleElement.
  2. Within ListView use a label.
  3. 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

scroll1 scroll2

貢獻者指南