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
I think it would make more sense to sort the filtered items in ascending order instead of descending order in the switcher.
2. Make the list view looks like is has the focus.
The focus is given to the line edit of the switcher, while the focus policy of the list view is set to NoFocus. This is not a big deal, but this make the selected item in the list looks like it is not active (while in reality, it is implemented in such a way that it has the functionality of an active list view, i.e. navigation with the arrows, selection with enter, etc).
So, I think the switcher should look like it has the focus and is active as a whole. I suggest that we trick the html delegate that is used in the list view into thinking that it is active at all times, even if strictly speaking it is not.
I think it would make more sense to sort the filtered items in ascending order instead of descending order in the switcher.
That is probably a regression from moving to the new switcher. 👍
So, I think the switcher should look like it has the focus and is active as a whole. I suggest that we trick the html delegate that is used in the list view into thinking that it is active at all times, even if strictly speaking it is not.
1. Make items sorted in ascending order
I think it would make more sense to sort the filtered items in ascending order instead of descending order in the switcher.
2. Make the list view looks like is has the focus.
The focus is given to the line edit of the switcher, while the focus policy of the list view is set to
NoFocus
. This is not a big deal, but this make the selected item in the list looks like it is not active (while in reality, it is implemented in such a way that it has the functionality of an active list view, i.e. navigation with the arrows, selection with enter, etc).So, I think the switcher should look like it has the focus and is active as a whole. I suggest that we trick the html delegate that is used in the list view into thinking that it is active at all times, even if strictly speaking it is not.
Versions
The text was updated successfully, but these errors were encountered: