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

[Virtualization] The first item should never be recycled #16698

Closed
Youssef1313 opened this issue May 12, 2024 · 1 comment
Closed

[Virtualization] The first item should never be recycled #16698

Youssef1313 opened this issue May 12, 2024 · 1 comment
Labels
area/listview 📃 Categorizes an issue or PR as relevant to the ListView control difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@Youssef1313
Copy link
Member

Current behavior

The first item can be recycled, which doesn't match WinUI.

This can be observed in this scenario:

  1. Open SamplesApp
  2. Scroll the samples list to the end
  3. Keep pressing tab until the focus moves to the sample list
  4. Currently, a random item will be focused

Expected behavior

The first item shouldn't be recycled, which matches WinUI and fixes the mentioned focus bug.

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@Youssef1313 Youssef1313 added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels May 12, 2024
@jeromelaban jeromelaban added area/listview 📃 Categorizes an issue or PR as relevant to the ListView control and removed triage/untriaged Indicates an issue requires triaging or verification labels May 13, 2024
@ramezgerges
Copy link
Contributor

duplicate of #14080

@Youssef1313 Youssef1313 closed this as not planned Won't fix, can't repro, duplicate, stale May 15, 2024
@Youssef1313 Youssef1313 added the triage/duplicate Indicates an issue is a duplicate of other open issue. label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/listview 📃 Categorizes an issue or PR as relevant to the ListView control difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

3 participants