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

List Sort Not Functional #7242

Open
m3lixir opened this issue Jan 19, 2025 · 0 comments
Open

List Sort Not Functional #7242

m3lixir opened this issue Jan 19, 2025 · 0 comments

Comments

@m3lixir
Copy link

m3lixir commented Jan 19, 2025

Description

The filter list sort feature does not appear to be functioning as expected.

Steps to Reproduce

  1. Navigate to https://caniuse.com/?search=a
  2. Attempt to sort the list by Alphabetical
  3. Observe that the results are the same as sorting by Reverse Alphabetical

Observed Behavior

Sorting by Alphabetical produces the same results as sorting by Reverse Alphabetical, regardless of browser or device.

Expected Behavior

Sorting by Alphabetical should order the list from A to Z, and sorting by Reverse Alphabetical should order the list from Z to A.

Environment

  • Browsers tested: Chrome, Safari
  • Devices tested: Desktop and iOS

Additional Context

This may be related to #6061 (comment), where filtering and sorting logic was broken. Fixes were pushed at that time, but the logic might have potentially regressed?

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

1 participant