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
When using arrow keys to select a row the blue (OPEN) button will immediately turn white. But using the mouse will have a short lag which looks suboptimal and weird.
EDIT: Additionally it also looks a bit confusing how blue and white buttons are white when selected. I guess this should somehow be changed, too.
Screen.Recording.2021-02-20.at.22.37.22.mov
Version
OS: 11.2 (20D64)
Xcodes: 1.0.3
The text was updated successfully, but these errors were encountered:
Thanks @Kamik423, this was another SwiftUI.List thing that I wasn't able to figure out. The way selection behaves in NSTableView is generally "nicer", and for some reason when I tried to replicate the color updating, the SwiftUI.List selection state is updated on mouse up instead of mouse down. Like #96, I'd be curious to see if there's a way to achieve better behaviour while continuing to use SwiftUI.List, but this might have to wait for an improvement in the framework.
Additionally it also looks a bit confusing how blue and white buttons are white when selected. I guess this should somehow be changed, too.
If you feel strongly about this can you please open a separate ticket and elaborate on what you'd prefer to see instead?
When using arrow keys to select a row the blue (OPEN) button will immediately turn white. But using the mouse will have a short lag which looks suboptimal and weird.
EDIT: Additionally it also looks a bit confusing how blue and white buttons are white when selected. I guess this should somehow be changed, too.
Screen.Recording.2021-02-20.at.22.37.22.mov
Version
The text was updated successfully, but these errors were encountered: