[Webkit-unassigned] [Bug 12980] LCI headlines and MediaCast do not shows up in Webkit/Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 7 04:19:42 PST 2007


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





------- Comment #5 from ddkilzer at webkit.org  2007-03-07 04:19 PDT -------
(In reply to comment #4)
> Actually, I think what's happening with the WebKit ToT build is that the
> JavaScript Console is reporting an error on "line 2" of the eval statement
> ending on line 34 in the above file.  This isn't nearly as helpful as the
> original behavior in shipping Safari, though.

Using Drosera, the offending JavaScript being eval-ed is:

window.onload=function(){
function () 
{
showSubMenuLoad(true, true);
colormenuselec(true);

if (15000!= 0) { visuArt(0);fnVisu = setInterval("visuArt(500)",15000);} else
{visuArt(0);}
}

Obviously, the error is on Line 2!  Looking at the source of the original file,
though it appears that the code above it is not running as expected since the
extra "function() {" should be removed first.


-- 
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