[Webkit-unassigned] [Bug 12305] REGRESSION: Images do not load in video sections on CNN.com homepage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 17 11:53:58 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12305


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org




------- Comment #4 from mitz at webkit.org  2007-01-17 11:53 PDT -------
JavaScript excerpt from cnn.com:

if (document.getElementById(realId).lowsrc){
        document.getElementById(realId).src =
document.getElementById(realId).lowsrc;
}

In shipping Safari any node attribute (in this case, 'lowsrc') is accessible as
a JavaScript property. Not so in TOT.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list