You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is about a bug (if it is not, please use the correct template).
UniGetUI Version
3.1.6
Windows version, edition, and architecture
Windows 11 Pro 10.0.26100.3194
Describe your issue
When clicking on a pakage in a package list, one can select a package by entering the name. The package is correctly selected and scrolled into view, but it does not get keyboard focus. When pressing up/down/space/enter, the previously selected item receives the event.
Steps to reproduce the issue
go to installed packages
click on a package
press a key to select another package
press space
-> The previously clicked item gets checked instead of the one selected after pressing the key.
UniGetUI Log
not relevant
Package Managers Logs
not relevant
Relevant information
No response
Screenshots and videos
No response
The text was updated successfully, but these errors were encountered:
I attempted to fix this when I originally implemented this functionality (see #3018), however I believe we determined that this is unfortunately not possible with the current UI toolkit's functionality. I would love if this would work (and as an aside, if the package list didn't reset the scroll position anytime the window loses focus), but was unable to find a way to do so.
Yeah, I found that, too, but that is about a ListView, not an ItemsView. But I found another way to focus the package. It still does not work perfectly though.
Please confirm these before moving forward
UniGetUI Version
3.1.6
Windows version, edition, and architecture
Windows 11 Pro 10.0.26100.3194
Describe your issue
When clicking on a pakage in a package list, one can select a package by entering the name. The package is correctly selected and scrolled into view, but it does not get keyboard focus. When pressing up/down/space/enter, the previously selected item receives the event.
Steps to reproduce the issue
-> The previously clicked item gets checked instead of the one selected after pressing the key.
UniGetUI Log
Package Managers Logs
Relevant information
No response
Screenshots and videos
No response
The text was updated successfully, but these errors were encountered: