Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute_OptionField SortOrder issue on Chrome #58

Open
Sam-Costigan opened this issue Jun 18, 2014 · 2 comments
Open

Attribute_OptionField SortOrder issue on Chrome #58

Sam-Costigan opened this issue Jun 18, 2014 · 2 comments

Comments

@Sam-Costigan
Copy link

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:
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:
firefox
Here, it is acting as expected, without the reordering of the array.

@frankmullenger
Copy link
Contributor

Hi @Sam-Costigan, thanks for reporting this. Surprised Chrome behaves this way, which version are you using?

@Sam-Costigan
Copy link
Author

Hi @frankmullenger, this is using Chrome Version 35.0.1916.153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants