Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

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

Open
amr-moomen opened this issue Oct 17, 2019 · 3 comments
Labels
a/listview Problems with the ListView/TableView e/4 🕓 4 help wanted We welcome community contributions to any issue, but these might be a good place to start! inactive Issue is older than 6 months and needs to be retested p/Android t/bug 🐛 up-for-grabs We welcome community contributions to any issue, but these might be a good place to start!

Comments

@amr-moomen
Copy link

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

@amr-moomen amr-moomen added s/unverified New report that has yet to be verified t/bug 🐛 labels Oct 17, 2019
@jsuarezruiz jsuarezruiz added a/listview Problems with the ListView/TableView p/Android labels Oct 17, 2019
@samhouts
Copy link
Member

@amr-moomen Can you please attach a small project that demonstrates this issue? Thanks!

@samhouts samhouts added s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. labels Oct 17, 2019
@amr-moomen
Copy link
Author

amr-moomen commented Oct 20, 2019

@samhouts I added Demo project in this link
https://github.com/amr-moomen/Listview-Bug.git

@samhouts samhouts removed s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. labels Oct 24, 2019
@hartez hartez removed the s/unverified New report that has yet to be verified label Nov 2, 2019
@amr-moomen
Copy link
Author

@hartez @samhouts
when i add HasUnevenRows="True" to listview it still truncate and miss alignment the text

@samhouts samhouts added inactive Issue is older than 6 months and needs to be retested help wanted We welcome community contributions to any issue, but these might be a good place to start! up-for-grabs We welcome community contributions to any issue, but these might be a good place to start! and removed inactive Issue is older than 6 months and needs to be retested help wanted We welcome community contributions to any issue, but these might be a good place to start! labels Jul 17, 2020
@samhouts samhouts added inactive Issue is older than 6 months and needs to be retested help wanted We welcome community contributions to any issue, but these might be a good place to start! and removed inactive Issue is older than 6 months and needs to be retested labels Jul 31, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 13, 2020
@samhouts samhouts added the inactive Issue is older than 6 months and needs to be retested label Sep 18, 2020
@samhouts samhouts removed this from the 5.0.0 milestone Nov 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/listview Problems with the ListView/TableView e/4 🕓 4 help wanted We welcome community contributions to any issue, but these might be a good place to start! inactive Issue is older than 6 months and needs to be retested p/Android t/bug 🐛 up-for-grabs We welcome community contributions to any issue, but these might be a good place to start!
Projects
None yet
Development

No branches or pull requests

4 participants