Closed
Bug 1144823
Opened 10 years ago
Closed 10 years ago
reading list sidebar should be sorted by most recently added
Categories
(Firefox Graveyard :: Reading List, defect)
Firefox Graveyard
Reading List
Tracking
(firefox38 verified, firefox39 verified)
VERIFIED
FIXED
Firefox 39
People
(Reporter: clarkbw, Assigned: florian)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
4.79 KB,
patch
|
markh
:
review+
|
Details | Diff | Splinter Review |
currently the most recently added items are appending to the list, we want those items pre-pended and that sort order to be constant.
Updated•10 years ago
|
Flags: qe-verify+
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Hi Florian, can you provide a point value.
Iteration: --- → 39.2 - 23 Mar
Flags: needinfo?(florian)
Flags: firefox-backlog+
Assignee | ||
Updated•10 years ago
|
Points: --- → 2
Flags: needinfo?(florian)
Comment 3•10 years ago
|
||
Comment on attachment 8580426 [details] [diff] [review]
Patch
Review of attachment 8580426 [details] [diff] [review]:
-----------------------------------------------------------------
As we discussed, let's just get ReadingList.jsm to populate the added-on date and use this as the sort key.
Attachment #8580426 -
Flags: review?(mhammond)
Updated•10 years ago
|
status-firefox39:
--- → affected
QA Contact: andrei.vaida
Assignee | ||
Comment 4•10 years ago
|
||
As discussed, this populates the addedOn field of the database, and also sorts the bookmarks popup.
Attachment #8580426 -
Attachment is obsolete: true
Attachment #8580826 -
Flags: review?(mhammond)
Comment 5•10 years ago
|
||
Comment on attachment 8580826 [details] [diff] [review]
Patch v2
Review of attachment 8580826 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/components/readinglist/sidebar.js
@@ +90,5 @@
> log.trace(`onItemAdded: ${item}`);
>
> let itemNode = document.importNode(this.itemTemplate.content, true).firstElementChild;
> this.updateItem(item, itemNode);
> + if (append)
Please add a comment indicating this is a temp hack and will need to be re-worked when items come from the sync engine.
Attachment #8580826 -
Flags: review?(mhammond) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 7•10 years ago
|
||
This broke test_ReadingList.js, but I landed a fix in 6305033b955e in bug 1131416.
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 39
Comment 9•10 years ago
|
||
Verified fixed on Nightly 39.0a1 (2015-03-23), using Ubuntu 14.04 (x64), Mac OS X 10.9.5 and Windows 7 (x64).
Status: RESOLVED → VERIFIED
Comment 10•10 years ago
|
||
status-firefox38:
--- → fixed
Comment 11•10 years ago
|
||
Verified fixed on Aurora 38.0a2 (2015-03-29) as well, using Windows 7 (x64), Ubuntu 14.04 (x64) and Mac OS X 10.9.5.
Comment 12•10 years ago
|
||
(In reply to Mark Hammond [:markh] from comment #5)
> Please add a comment indicating this is a temp hack and will need to be
> re-worked when items come from the sync engine.
Filed bug 1149823 for this.
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•