Closed
Bug 685682
Opened 14 years ago
Closed 14 years ago
NETWORK resources blocked with cache manifest
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: florent, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Steps to reproduce:
1- Open a offline enabled web application containing only two images, one image is in the CACHE section, the NETWORK section contains the wildcard
The purpose of this is to test that assets are either downloaded each time or fetched from the manifest
2- reload the page
Actual results:
The asset not listed in the cache manifest is not retrieved, so not displayed.
The asset listed is displayed properly
Expected results:
Both assets should have been displayed as the browser is online.
This works in FF 3.6.22 (couldn't test with later versions)
| Reporter | ||
Comment 1•14 years ago
|
||
This blocks Ajax requests too making the web application unusable
| Reporter | ||
Comment 2•14 years ago
|
||
This blocks Ajax requests too making the web application unusable
| Reporter | ||
Comment 3•14 years ago
|
||
Hi !
I posted a test page:
The test procedure is this one :
1- empty all cache
2- go to http://dev.2xminteractive.com/bugzilla
(you should see two images: an animated gif and our logo in png)
3- reload the page
(the animated gif should be there (it's in the manifest) the logo disappeared (even if NETWORK: * is specified)
Tested on 4.0.1 and 6.0.1
The bug isn't here in 3.6.22 (and the app is working offline (the logo is not fetched but it's expected))
Thanks!
| Reporter | ||
Updated•14 years ago
|
WFM on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0a1) Gecko/20110912 Firefox/9.0a1
I've followed the steps from comment3 and both images are displayed after reloading the page.
Based on comment4, setting resolution to Resolved WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•