xfgloss icon indicating copy to clipboard operation
xfgloss copied to clipboard

Background color incorrect behavior with TableView

Open pfedotovsky opened this issue 6 years ago • 2 comments

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?

pfedotovsky avatar May 26 '18 13:05 pfedotovsky

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 avatar Sep 18 '18 21:09 tbaggett

@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 avatar Sep 18 '18 21:09 tbaggett