Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Background color incorrect behavior with TableView #29

Open
pfedotovsky opened this issue May 26, 2018 · 2 comments
Open

Background color incorrect behavior with TableView #29

pfedotovsky opened this issue May 26, 2018 · 2 comments
Labels

Comments

@pfedotovsky
Copy link

Hi,

It seems that BackgroundColor property doesn't work properly with TableView cells. While scrolling, cells start to change colors even if they don't have BackgroundColor set (see https://vimeo.com/272001517#t=10s, cells at the bottom).

To reproduce, you can clone https://github.com/DotNetRu/App repo, branch https://github.com/DotNetRu/App/tree/bugfix/xfgloss.

Can you please investigate?

@tbaggett
Copy link
Owner

Hi @pfedotovsky, sorry for the slow reply. My father was ill through most of the summer before passing away at the end of August. I will fetch your repo and investigate the issue. Thank you for reporting it.

@tbaggett
Copy link
Owner

@pfedotovsky, looks like the branch is no longer available. I will attempt to reproduce the issue.

I suspect it is caused by the cells being recycled from a data item that had set the background color to an item that doesn't, in which case the background color should be cleared, but probably isn't being changed at all.

@tbaggett tbaggett added the bug label Sep 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants