Closed
Bug 1962219
Opened 19 days ago
Closed 4 days ago
Do not change user-defined sort order of bookmarks
Categories
(Firefox for Android :: Bookmarks, defect, P3)
Tracking
()
RESOLVED
FIXED
140 Branch
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: matt-tighe, Assigned: matt-tighe)
References
Details
(Whiteboard: [fxdroid][group1])
Attachments
(1 file)
There are a few places in code where we are changing the position
of bookmarks as part of our side-effects in BookmarksMiddleware
. It turns out that this position data is used on desktop and can be manipulated there to create a user-defined sort order. See the extension functions here. We should preserve this position variable correctly on Android.
Updated•19 days ago
|
Assignee | ||
Comment 1•6 days ago
|
||
Updated•6 days ago
|
Assignee: nobody → mtighe
Status: NEW → ASSIGNED
Pushed by matthewdtighe@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2250cf95f1bd
Respect position in underlying bookmarks model r=android-reviewers,sfamisa
Comment 3•4 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 days ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•