Closed
Bug 215384
Opened 22 years ago
Closed 22 years ago
"Group by date" often sorts incorrectly
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
|
9.30 KB,
patch
|
bugs
:
review+
|
Details | Diff | Splinter Review |
If you select a grouping other than "by date" in the history sidebar, then
switch back to group by date, the folders become sorted alphabetically, i.e.
2 days ago
3 days ago
Today
Yesterday
instead of chronologically:
Today
Yesterday
2 days ago
3 days ago
| Assignee | ||
Comment 2•22 years ago
|
||
My attempt at fixing the problem... this adds a new property for the day
folders which gives the index (0-7) to be used for sorting. In addition, I
removed the hidden columns from the tree and instead just change the "sort"
attribute on the name column to the property to sort on (per conversation with
waterson, the template code currently requires the sort key to be part of the
template, which is why I made all of the possible sort keys be attributes on
the treeitems.)
| Assignee | ||
Updated•22 years ago
|
Attachment #129350 -
Flags: review?(bugs)
Comment 3•22 years ago
|
||
Attachment #129350 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 4•22 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 6•22 years ago
|
||
Verified.
Component: History → Bookmarks & History
QA Contact: mozilla → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•