Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In MVVM mode, the Android collectionView does not update the UI properly #8187

Closed
chenzanyu opened this issue Jun 21, 2022 · 4 comments
Closed
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working

Comments

@chenzanyu
Copy link

Description

In MVVM mode, the Android collectionView does not update the UI properly,You need to slide a few times in the CollectionView area to update the UI

bugSample.mp4

TestCode:
CollectionSample.zip

Steps to Reproduce

1.Run the project in Android mode
2.Click the Update button

Version with bug

6.0.400 (current)

Last version that worked well

6.0.312

Affected platforms

Android

Affected platform versions

Android

Did you find any workaround?

No response

Relevant log output

No response

@chenzanyu chenzanyu added s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working labels Jun 21, 2022
@chenzanyu chenzanyu reopened this Jun 21, 2022
@Palku
Copy link

Palku commented Jun 21, 2022

We have the exact same problem. And it seems like it's not only the collection view that gets bricked but everything else just like with the isvisible bug. If the app run into this other binding updates stops working.

Our app is totally broken with the last update.
Both problems might be related?

Feels more lika an Alpha then a production ready product.

@Symbai
Copy link
Contributor

Symbai commented Jun 21, 2022

Has been reported a couple of times now, see #8178 or #8135 might get fixed with #8136 but its not merged yet although its a fatal bug.

@Eilon Eilon added the area-controls-collectionview CollectionView, CarouselView, IndicatorView label Jun 21, 2022
@PureWeen
Copy link
Member

Closing this one as a duplicate for now.

If you're still seeing this issue once SR2 is released please let us know

@jBijsterboschNL
Copy link

jBijsterboschNL commented Jun 24, 2022

I did find a work-around for this, at least it worked in my scenario. Use the dispatcher around setting the property that is bound to the CollectionView's ItemsSource. :)

@ghost ghost locked as resolved and limited conversation to collaborators Jul 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants