Closed
Bug 5816
Opened 25 years ago
Closed 25 years ago
Bugzilla does not remember the sorted column
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Tracking
()
VERIFIED
FIXED
Bugzilla old
People
(Reporter: mcmullen, Assigned: terry)
Details
If you do a query that results in a list of bugs, and click on the link on one of
the column headers, then the list is redisplayed sorted by that column.
However, next time you generate the same list, it reverts to being sorted by (I
think) the ID column (the first one).
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
Actually, at the bottom of the query page there is a "Sort by" field. It uses
that.
I agree this UI is not very good.
Comment 2•25 years ago
|
||
Yeah, I don't think remembering is the right way to go, since it prevents
bookmarking of the exact state. Better to allow full selection on the query
screen.
Assignee | ||
Comment 3•25 years ago
|
||
But full selection on the query page is hard (because you can actually set up
secondary sorts by clicking on one column, and then another.)
Instead, I have added a cookie which remembers the last sort order you used. If
that cookie is present, then the query page shows a new sort option, "Reuse same
sort as last time", and that option will be set by default.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•