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

[Windows][CarouselView] Position property not working properly #15443

Open
tinhmdxdev opened this issue Jun 5, 2023 · 4 comments
Open

[Windows][CarouselView] Position property not working properly #15443

tinhmdxdev opened this issue Jun 5, 2023 · 4 comments
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView platform/android 🤖 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

@tinhmdxdev
Copy link

tinhmdxdev commented Jun 5, 2023

Description

My CarouselView has 3 items,
I set click "1" button to navigate to the "One" item,
click the "2" button to navigate to the "Two" item,
click the "3" button to navigate to the "Three" item.
When starting the app and clicking "2" button, item "Two" was not navigated. I have to click "1", and click "2", and click "1" again, then Carousel can run properly.
Watch the video to easily understand:

2023-06-19.08.49.58.mp4

Steps to Reproduce

  1. Create MAUI app run on Windows platform
  2. Create a CarouselView load 3 items (any):
    image
  3. Create 3 buttons to navigate items in CarouselView
    image
  4. Run app and click any navigate action

Link to public reproduction project repository

https://github.com/tinhmdxdev/report_bug_maui/tree/main/TestMaui

Version with bug

7.0.86

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows 10, 11

Did you find any workaround?

No

Relevant log output

No
@tinhmdxdev tinhmdxdev added the t/bug Something isn't working label Jun 5, 2023
@jsuarezruiz jsuarezruiz added platform/windows 🪟 area-controls-collectionview CollectionView, CarouselView, IndicatorView s/needs-repro Attach a solution or code which reproduces the issue labels Jun 5, 2023
@ghost
Copy link

ghost commented Jun 5, 2023

Hi @tinhmdxdev. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@tinhmdxdev
Copy link
Author

Hi @tinhmdxdev. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

updated

@ghost ghost added s/needs-attention Issue has more information and needs another look and removed s/needs-repro Attach a solution or code which reproduces the issue labels Jun 6, 2023
@tinhmdxdev
Copy link
Author

anything news?

@XamlTest XamlTest added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Jul 19, 2023
@XamlTest
Copy link

XamlTest commented Jul 19, 2023

Verified this on Visual Studio Enterprise 17.7.0 Preview 4.0. Repro on Windows 11, Android 13.0-API33, not repro on iOS 16.4 with below Project:
TestMaui.zip

Position property not working properly on .NET 7 and .NET 8, but the behavior is a bit different.
Windows .NET 7:
ScrollNET7
Windows .NET 8:
ScrollNET8

Android .NET 8:
AndroidScrollNET8

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/android 🤖 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

5 participants