Closed
Bug 301032
Opened 19 years ago
Closed 19 years ago
Clicking the "Site" column in the Cookie Manager doubles the entries
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugs.caleb, Unassigned)
References
Details
Clicking the "Site" column in the Cookie Manager (Tools > Options > Privacy > Cookies > View Cookies) to sort the list of sites alphabetically multiple times, doubles the entries.
It actually does something worse than just doubling the entries. I'll investigate some more to try to undestand what is going on. This also seems to happen in anywhere where you can click on columns to sort the views.
This bug is caused by a malfunctioning Array.reverse(). Some dialogs (and some don't, so they're not affected) use the Array.reverse() function to sort the treeview columns, so they're hit by this.
Comment 3•19 years ago
|
||
Can you put up a minimal test case demonstrating the Array.prototype.reverse bug? Thanks!
Assignee: nobody → general
Component: Preferences → JavaScript Engine
Product: Firefox → Core
QA Contact: preferences → general
Comment 4•19 years ago
|
||
Moving back to Firefox, depends on bug 301204.
Assignee: general → nobody
Component: JavaScript Engine → Preferences
OS: Windows XP → All
Product: Core → Firefox
QA Contact: general → preferences
Hardware: PC → All
Comment 5•19 years ago
|
||
Confirming that this was fixed by bug 301204.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Flags: blocking1.8b4?
You need to log in
before you can comment on or make changes to this bug.
Description
•