unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.07k stars 735 forks source link

Keyboard navigation with arrows is limited #9392

Open MartinZikmund opened 2 years ago

MartinZikmund commented 2 years ago

Current behavior

On Skia, it is not possible to navigate a whole ListView via arrows - it stops working shortly after leaving the screen bounds.

Expected behavior

No response

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

See Uno.IconFontTester

Workaround

No response

Works on UWP/WinUI

No response

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

ramezgerges commented 1 year ago

This seems to be already working. I tested with <ListView ItemsSource="qwertyuiopasdfghjklzxcvbnm1234567890" />.

ramezgerges commented 1 year ago

Nope, this reproduced again for me today. It seems to need a big list (100+ items), but I still can't reliably produce it