incorrect media sort by size in view page info
Categories
(Firefox :: Page Info Window, defect, P3)
Tracking
()
People
(Reporter: ripaemilian, Assigned: florian)
References
(Regression)
Details
(Keywords: regression)
Attachments
(5 files, 1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
- open some page
- open context menu > view page info > media
- try to sort by size several times
Actual results:
- not every click sorts column
- incorrect sort order
example (67.0):
(gif) https://gfycat.com/ru/flickeringvaguebovine
Expected results:
Media content correctly sorted by size.
example (66.0):
(gif) https://gfycat.com/uncomfortablescrawnyamethystgemclam
Comment 1•6 years ago
|
||
I can reproduce the issue on Nightly69.0a1 Windows10.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=0a4aefb36aff504e179121c8de0039c0df9e8106&tochange=03aece6cda47ff158485d986e19ba230ea4c8834
Regressed by:
03aece6cda47ff158485d986e19ba230ea4c8834 Christian Frey — Bug 1517493 - migrated pageInfo.dtd and pageInfo.properties to pageInfo.ftl r=jaws,flod,Gijs
Chris Frey,
Your patch seems to cause the regression. Can you please look into this?
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Thanks for the report!
I can reproduce both problems on my machine.
- clicking doesn't work sometimes
- Sorting order is wrong
Honza
| Assignee | ||
Comment 3•6 years ago
|
||
This is broken because https://searchfox.org/mozilla-central/rev/f91bd38732d4a330eba4e780812274b98eb81274/browser/base/content/pageinfo/pageInfo.js#185-186 expects to be comparing numbers, but the change at https://hg.mozilla.org/mozilla-central/rev/03aece6cda47#l1.204 from bug 1517493 changed the addImage function to make it format and localize file sizes into strings eagerly.
Also have the sorting issue in the view properties > image
Windows 7, 64 bit SP1
Firefox Quantum 68.0 (64-bit)
I seemed to see an inference to a possible fix for this version of firefox, but could not locate it. Anyone have a link to this fix (if it exists)?
Comment 5•6 years ago
|
||
Problem persists in 68.0.1 (64-bit).
Any proposed fix, or barring that, any known workarounds?
| Assignee | ||
Comment 7•6 years ago
|
||
Adding needinfo on Jared who participated in bug 1517493.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 9•6 years ago
|
||
This is safe because we only display the sizes as kb so we don't have to worry about comparing different units.
Updated•6 years ago
|
Comment 10•6 years ago
|
||
I won't be able to continue with this bug as I'm going on extended leave.
Updated•6 years ago
|
Comment 11•6 years ago
|
||
Happy to take a patch for 70 or beyond.
Since we are getting close to the end of the 69 beta cycle and this is set to P3, I'm marking it fix-optional for 69 and 70 to remove it from weekly triage.
Comment 13•6 years ago
|
||
In FF71 this bug is still existant.
Comment 14•5 years ago
|
||
Same. Firefox 77.0b3 x64, Windows 10.0.18363.815.
https://s8.hostingkartinok.com/uploads/images/2020/05/e2bddbe59de8198e692c78fb3e28b055.png
Comment 16•5 years ago
|
||
Comment 17•5 years ago
|
||
Still not sorting correctly in Windows and Linux with Firefox 76.0.1
Comment 18•5 years ago
|
||
How does this bug still exist over a year later?
Comment 19•5 years ago
|
||
Comment 20•5 years ago
|
||
Firefox 82.0 64bits / Windows 10 Home 1909 (18363.1139)
Comment 21•4 years ago
|
||
Still present in FF 88.0. Writing this comment in hopes that the bug gets some attention from the developers.
Updated•4 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 22•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 4 duplicates.
:florian, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
| Comment hidden (advocacy) |
Comment 24•3 years ago
|
||
| Comment hidden (advocacy) |
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 26•1 year ago
|
||
Updated•1 year ago
|
Comment 27•1 year ago
|
||
Comment 28•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Updated•1 year ago
|
Issue is reproducible on a 2024-05-15 Nightly build on Windows 10.
Verified as fixed on Firefox 128.0b3 and Firefox Nightly 129.0a1 on Windows 10, Ubuntu 22, macOS 14.
Description
•