Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Fixed default order in torrent list #7361

Closed
feross opened this issue Feb 23, 2017 · 0 comments
Closed

Fixed default order in torrent list #7361

feross opened this issue Feb 23, 2017 · 0 comments

Comments

@feross
Copy link
Contributor

feross commented Feb 23, 2017

Test Plan:

  1. Start the WIRED CD magnet link from https://codepen.io/ferossity/full/qaezaB/
  2. Look at the list.
  3. Ensure that the list is sorted in the order 1, 2, 3, 4, 5, 6, 7, etc. instead of 1, 10, 11, 12, 13, etc.

Original issue description

  • Did you search for similar issues before submitting this one? Yes.

  • Describe the issue you encountered:

screen shot 2017-02-23 at 2 18 03 pm

  • Platform (Win7, 8, 10? macOS? Linux distro?): macOS

  • Brave Version (revision SHA): master

  • Steps to reproduce:

    1. Start the WIRED torrent.
    2. Look at the list.
  • Actual result: Order goes, 1, 10, 11, 12, etc.

  • Expected result: Order should go 1, 2, 3, 4, etc.

  • Will the steps above reproduce in a fresh profile? If not what other info can be added? Yes.

  • Is this an issue in the currently released version? Yes.

  • Can this issue be consistently reproduced? Yes.

@feross feross self-assigned this Feb 23, 2017
feross added a commit that referenced this issue Feb 23, 2017
Use numerical sort instead of alphanumerical sort.

Fixes: #7361
@feross feross added this to the 0.13.5 milestone Feb 23, 2017
@bbondy bbondy modified the milestones: 0.13.5, 0.13.6 Feb 28, 2017
@alexwykoff alexwykoff changed the title Default order in torrent list should be numerical order Fixed default order in torrent list Mar 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.