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

table sorting alphabetic ascending and descending swapped #53

Open
zomigi opened this issue Jun 24, 2013 · 3 comments
Open

table sorting alphabetic ascending and descending swapped #53

zomigi opened this issue Jun 24, 2013 · 3 comments

Comments

@zomigi
Copy link

zomigi commented Jun 24, 2013

It appears that the table sorting script has ascending and descending swapped on alphabetic columns. Example steps to reproduce:

  1. Go to http://fnagel.github.io/jQuery-Accessible-RIA/Table/performance.html
  2. Hover over column 0 heading. You'll see "sort ascending" in the tooltip.
  3. Click on column 0 heading.

Actual result: Content is ordered from Z to A (ie, words starting with Z are at the top), which is descending order.

Expected result: Content is ordered from A to Z, ascending order.

This doesn't seem to be a problem with the numeric sorting, only alphabetic.

@fnagel
Copy link
Owner

fnagel commented Sep 5, 2013

Bug confirmed. I'm working on a solution...

@fnagel
Copy link
Owner

fnagel commented Sep 5, 2013

This problem affects ARIA attributes too.

@fnagel
Copy link
Owner

fnagel commented Sep 5, 2013

Issue should be fixed. Please test and give feedback.

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

No branches or pull requests

2 participants