Closed
Bug 73450
Opened 24 years ago
Closed 24 years ago
shift-reload does not refetch images
Categories
(Core :: Graphics: ImageLib, defect, P4)
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: bbaetz, Assigned: pavlov)
References
()
Details
(Whiteboard: [imagelib])
In ns4, shift reload forced a reload of the entire page, as well as any images
present in the page.
mozilla doesn't do this - it only refetches the page itsself, and doesn't send
any request for images to the server.
Reporter | ||
Comment 2•24 years ago
|
||
It works fine if you do "View image", and shift-reload, but not when doing
shift-reload from the page.
Pavlov sez: <Pavlov> add something to the bug saying that i'm probably not
setting the load attributes when i reload the image
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 17126 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•24 years ago
|
Whiteboard: [imagelib]
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.1
Assignee | ||
Updated•24 years ago
|
Priority: -- → P4
Comment 6•24 years ago
|
||
Im seeing this on windows too... so I imagine it's OS: ALL, but I can't change
that. I used this feature in NS4 all the time while designing websites.
Assignee | ||
Comment 8•24 years ago
|
||
Is this still happening? (I just checked in something that might make this
better.)
Keywords: qawanted
Assignee | ||
Comment 9•24 years ago
|
||
fixed.... i've walked through the code to verify that the image in the cache
gets pushed out and a new one is loaded.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 10•23 years ago
|
||
VERIFIED:
Bug 79020 proves this works a little bit too well.
I'll be adding log analysis to a test case to check for low-level behavior in
the future.
Status: RESOLVED → VERIFIED
Keywords: qawanted
You need to log in
before you can comment on or make changes to this bug.
Description
•