*It happens because the website assumes that if "Storage" is not undefined, it means sessionStorage is supported, which is not true in the case of Chrome (only localStorage is defined).* * * *This line is the offending one -* *this.domStorage=(typeof Storage!="undefined")* * In this JavaScript file - i.i.com.com/cnwk.1d/html/rb/js/tron/cbsnews/oreo.a2.moo.cbsnews.combined.js
* *It should have been more precise (for example) -* *this.domStorage=(typeof sessionStorage!="undefined")* *Meaning, this is an evangelism bug. If you could notify the webmaster, technical support team or the owners of the website of this error, that would be swell. Otherwise, file a bug at crbug.com. This is a relatively simple fix on their end, this is not a real Chrome bug, but an implementation bug.* * *☆PhistucK On Mon, Jan 11, 2010 at 06:10, Ben <[email protected]> wrote: > It looks like that image is supposed to be replaced by a flash > element. The image is reported as type text/html for whatever reason. > I guess that might be why it's not displayed properly. I couldn't tell > you why either of those things are happening, though. > > On Jan 10, 9:36 pm, ubuntu_user <[email protected]> wrote: > > http://www.cbsnews.com/video/watch/?id=6078885n&tag=cbsnewsSidebarArea.0 > > > > Chromium 4.0.294.0 (35863) Ubuntu, shows a broken image instead. Is it > > only me? Firefox show just fine. > > -- > Chromium Discussion mailing list: [email protected] > View archives, change email options, or unsubscribe: > http://groups.google.com/group/chromium-discuss >
-- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
