[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 23:36:05 PST 2007


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





------- Comment #7 from ddkilzer at webkit.org  2007-03-07 23:36 PDT -------
(In reply to comment #6)
> My current suspicion is that there is an end-of-line mismatch.  The main web
> page has UNIX line endings, but the eventHandling.js file has DOS line endings.
>  And eventHandling.js pulls some JavaScript from the DOM of the main file, then
> does matching on it which apparently fails.

Or it could be as simple as Firefox and MSIE formatting their functions like
this:

function() {

while WebKit does this:

function()
{


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