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

CarouselView behaves strangely when manipulating position in ViewModel #22468

Open
Campfire9263 opened this issue May 16, 2024 · 3 comments
Open
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView platform/windows 🪟 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@Campfire9263
Copy link

Description

As expected, one can manipulate the position of the CarouselView to increase, but decreasing seems to misbehave.
Here a clip to illustrate:

CarouselViewSample.2024-05-16.19-21-17.mp4

Upon debugging to follow the stack of calls, it seems the generated code to set the property bound to the CarouselViewPosition (set_CarouselViewPosition) is called three times in total when increasing, but only two times when decreasing.

Steps to Reproduce

  1. Build the repository CarouselViewSample
  2. Increase the position at least once
  3. Observe the strange behaviour when trying to go down.

Link to public reproduction project repository

https://github.com/Campfire9263/CarouselViewSample

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows 11 and Windows 10

Did you find any workaround?

Except for giving up on CarouselView altogether, no.

Relevant log output

No response

@Campfire9263 Campfire9263 added the t/bug Something isn't working label May 16, 2024
Copy link
Contributor

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@kevinxufei kevinxufei added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels May 17, 2024
@kevinxufei
Copy link
Collaborator

Can repro this issue at Windows platform on the latest 17.10 Preview 7(8.0.40).

@PureWeen PureWeen added platform/windows 🪟 area-controls-collectionview CollectionView, CarouselView, IndicatorView labels May 17, 2024
@PureWeen PureWeen added this to the Backlog milestone May 17, 2024
@bronteq
Copy link

bronteq commented May 20, 2024

I also had this issue. I gave up on CarouselView, on Windows platform it is unusable, also for other important open issues: #18014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView platform/windows 🪟 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants