[wp-trac] Re: [WordPress Trac] #7262: Use Firefox 3.5 native
offline cache to add "turbo" functionality
WordPress Trac
wp-trac at lists.automattic.com
Wed May 13 14:18:42 GMT 2009
#7262: Use Firefox 3.5 native offline cache to add "turbo" functionality
--------------------------+-------------------------------------------------
Reporter: mfinkle | Owner: azaozz
Type: enhancement | Status: new
Priority: normal | Milestone: 2.8
Component: Optimization | Version:
Severity: normal | Keywords: has-patch 2nd-opinion
--------------------------+-------------------------------------------------
Comment(by vingtetun):
I guess the error is from the manifest#78 which says to store a css file
named css/colors-fresh?ver=20081210 and on the the example given by azaozz
the website says to load css/colors-fresh?ver=20090503.
Firefox never load css/colors-fresh?ver=20081210 from the cache and so the
style isn't applied. If we use a js bookmark for dynamically alter the
page, the style are finally load from the cache ( wireshark didn't show
any network traffic )
[
javascript:(function(){var%20headID%20=%20document.getElementsByTagName("head")[0];%20var%20cssNode%20=%20document.createElement('link');%20cssNode.type%20=%20'text/css';%20cssNode.rel%20=%20'stylesheet';%20cssNode.href%20=%20'css
/colors-
fresh.css?ver=20081210';%20cssNode.media%20=%20'all';%20cssNode.setAttribute('id
','colors-css');headID.appendChild(cssNode);})()
]
--
Ticket URL: <http://core.trac.wordpress.org/ticket/7262#comment:36>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list