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 noticed that on Chrome, the SortOrder of Attributes within Variations isn't adhered to. I tracked this down to the way that Chrome handles ID's and the order of items in a JavaScript array - if there is a set of numbers as keys, it will put them in ascending order automatically.
Example screenshot of Chrome:
Despite having set the Student Membership to appear before the Associate Membership, it is automatically ordered by Chrome to appear after it because of the higher ID number.
In Firefox:
Here, it is acting as expected, without the reordering of the array.
The text was updated successfully, but these errors were encountered:
I noticed that on Chrome, the SortOrder of Attributes within Variations isn't adhered to. I tracked this down to the way that Chrome handles ID's and the order of items in a JavaScript array - if there is a set of numbers as keys, it will put them in ascending order automatically.
Example screenshot of Chrome:
Despite having set the Student Membership to appear before the Associate Membership, it is automatically ordered by Chrome to appear after it because of the higher ID number.
In Firefox:
Here, it is acting as expected, without the reordering of the array.
The text was updated successfully, but these errors were encountered: