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
Currently the list scrolling popup for skins does not look very good when using
sortby for title sorting in facade as it keeps jumping letters. We should
override this with the sortby.
It will also be a good idea to check the sorting type and display other
appropriate values such as what is done with the Group Headers. This will
require skins changes so that skins can react to wider strings to be displayed
in popup (currently only 1 char is displayed).
Original issue reported on code.google.com by [email protected] on 6 Mar 2012 at 10:57
The text was updated successfully, but these errors were encountered:
Currently it only sets the label for title sorting, and sends an empty string
for all others.
Skin's can prevent the scrolling popup in this case by using the condition:
!string.equals(#selecteditem.scrolllabel,)
Original issue reported on code.google.com by
[email protected]
on 6 Mar 2012 at 10:57The text was updated successfully, but these errors were encountered: