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] New CarouselView item doesn't render unless Window is resized #17830

Closed
rachelkang opened this issue Oct 4, 2023 · 4 comments · Fixed by #23779
Closed

[Windows] New CarouselView item doesn't render unless Window is resized #17830

rachelkang opened this issue Oct 4, 2023 · 4 comments · Fixed by #23779
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView fixed-in-8.0.80 fixed-in-9.0.0-rc.1.24453.9 platform/windows 🪟 s/duplicate 2️⃣ This issue or pull request already exists s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@rachelkang
Copy link
Member

Description

When a new item is added to a CarouselView, the CarouselView does not reflect the updated collection until the window is resized.

Steps to Reproduce

  1. Run recipeSearch repo on rc2
  2. Deploy to Windows machine
  3. Click on "My Recipes" tab
  4. Click "New" button in upper right corner
  5. Type anything into Recipe Name field
  6. Click "Save"
  7. Scroll CarouselView and notice new item is not present
  8. Resize window
  9. Scroll CarouselView again and notice new item now appears

Link to public reproduction project repository

https://github.com/rachelkang/recipeSearch

Version with bug

Unknown/Other

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

No response

Did you find any workaround?

No response

Relevant log output

No response

@rachelkang rachelkang added t/bug Something isn't working potential-regression This issue described a possible regression on a currently supported version., verification pending labels Oct 4, 2023
@rachelkang
Copy link
Member Author

reproducible in net7, but even worse on net7 - resizing doesn't render the item either. item doesn't render at all when newly created. It's possible that this is a product of bad code, but the inconsistency in behavior, however both bad, between net7 and net8, is still reason for concern

@Eilon Eilon added the area-controls-collectionview CollectionView, CarouselView, IndicatorView label Oct 5, 2023
@Vroomer
Copy link

Vroomer commented Oct 5, 2023

I suppose this is a duplicate of this: #17727

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

Verified this on Visual Studio Enterprise 17.8.0 Preview 2.0(8.0.0-rc.1.9171). Repro on Windows 11 rc1 and rc2 with below Project:
WhatToEat.zip

@samhouts samhouts removed the potential-regression This issue described a possible regression on a currently supported version., verification pending label Dec 8, 2023
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Jun 6, 2024
@jsuarezruiz
Copy link
Contributor

Same as #22417

@jsuarezruiz jsuarezruiz added the s/duplicate 2️⃣ This issue or pull request already exists label Jun 6, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView fixed-in-8.0.80 fixed-in-9.0.0-rc.1.24453.9 platform/windows 🪟 s/duplicate 2️⃣ This issue or pull request already exists 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

Successfully merging a pull request may close this issue.

6 participants