I think I have a bug in chrome. I am writing a photo album web site which uses javascript to reset an image on a page. It is intended to be run locally off a cd rather than off a web server. It works correctly under FF, IE, Opera, and Safari, but with Chrome often the images come out blank.
Using the inspector to check, the src is being updated properly. If I then display the photo and go back to this page it shows up.
The network tab shows when the image is blank chrome believes it is being loaded from cache. I cleared cache, and afterwards found it worked properly. So, it appears Chrome is clearing out cache and not properly updating indexes?
I am running version 9.0.597.102 on mac. And, Chrome is the browser I am using for development, so it has been up for several days and had thousands of images loaded in cache.


Reply With Quote