Closed
Bug 1318763
Opened 8 years ago
Closed 8 years ago
Date fields in storage tab of developer tools are sorted alphabetically not by date
Categories
(DevTools :: Storage Inspector, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1073967
People
(Reporter: mlissner, Assigned: miker)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20161111030203
Steps to reproduce:
1. Load up a website that has multiple cookies with a variety of expiration dates (or create these cookies yourself).
2. Open the storage tab of the developer tools, and go to the Cookies section.
3. Click the column header "Expires on".
Actual results:
The cookies are sorted alphabetically. For example, right now I have the following entries:
Fri, 17 Nov 2017
Fri, 18 Nov 2016
Mon, 21 Nov 2016
Sat, 16 Dec 2017
Session
Expected results:
Any columns that contain date fields should be sorted chronologically, not alphabetically.
Status: UNCONFIRMED → NEW
Component: Untriaged → Developer Tools: Storage Inspector
Ever confirmed: true
OS: Unspecified → All
Hardware: Unspecified → All
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•