Page Info reads image width and height synchronously after setting src, leads to 0px x 0px if the image isn't in your cache (e.g. after clearing cache)
Categories
(Firefox :: Page Info Window, defect)
Tracking
()
People
(Reporter: dindog, Unassigned)
References
()
Details
Attachments
(1 file, 6 obsolete files)
8.20 KB,
patch
|
Details | Diff | Splinter Review |
![]() |
||
Comment 1•14 years ago
|
||
Comment 3•14 years ago
|
||
Updated•14 years ago
|
Comment 4•14 years ago
|
||
Comment 5•14 years ago
|
||
Updated•14 years ago
|
![]() |
||
Comment 7•14 years ago
|
||
Comment 8•14 years ago
|
||
Comment 9•13 years ago
|
||
![]() |
||
Comment 10•13 years ago
|
||
Comment 11•13 years ago
|
||
Comment 12•13 years ago
|
||
Comment 13•13 years ago
|
||
Comment 14•13 years ago
|
||
Comment 15•13 years ago
|
||
Comment 16•13 years ago
|
||
Updated•13 years ago
|
Comment 17•13 years ago
|
||
Comment 18•13 years ago
|
||
Comment 19•13 years ago
|
||
Comment 20•13 years ago
|
||
Comment 21•13 years ago
|
||
Comment 22•13 years ago
|
||
Comment 23•13 years ago
|
||
Comment 24•13 years ago
|
||
Comment 25•13 years ago
|
||
Comment 26•13 years ago
|
||
Comment 27•13 years ago
|
||
Updated•13 years ago
|
Updated•13 years ago
|
Comment 28•13 years ago
|
||
Comment 29•13 years ago
|
||
Comment 30•13 years ago
|
||
Comment 31•13 years ago
|
||
Comment 32•13 years ago
|
||
Comment 34•12 years ago
|
||
Updated•12 years ago
|
Comment 35•12 years ago
|
||
Comment 36•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:florian, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 37•3 years ago
|
||
I retried my STR from comment 5, and discovered that "View Image Info" is no longer a thing that's available in an image's context menu.
I tried some modified STR, though, using the Page Info dialog (and otherwise based on comment #5):
- Start with a fresh Firefox profile.
- View attachment 510334 [details]
- Clear your cache (Ctrl+shift+del, I chose "Time Range: Everything" just to be extra-sure)
- View the page-info dialog (Ctrl+I or Tools | Page Info)
- Click the "Media" tab
- Click the 3rd entry in the list at the top (for the image)
The old "actual results" implied that we would've shown "0x0" here.
But now instead, I briefly see 128x128 (which I think is just left-behind from chrome://global/skin/media/imagedoc-darknoise.png
, the initially-focused thing, and it stays there until we decode the newly-focused image); and then in less than a second, the image is decoded and painted, and the size updates to show the correct size (100x100).
So I think this is WORKSFORME. Let's close it as-such, unless anyone can still find a way to reproduce.
Description
•