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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 01:27:26 PST 2007


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


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|New Bugs                    |Evangelism
            Summary|LCI headlines and MediaCast |LCI headlines and MediaCast
                   |do not shows up in          |do not show up in
                   |Webkit/Safari               |Webkit/Safari




------- Comment #9 from ddkilzer at webkit.org  2007-03-08 01:27 PDT -------
(In reply to comment #8)
> Note that Opera 9.10 has the exact same issue as Safari, so this is probably an
> evangelism bug.

This is an evangelism issue.  The eventHanding.js file needs to be updated
thusly to work with Safari, OmniWeb and Opera:

-    ancienHandler = ancienHandler.replace(/\n*function *\(\) *\{/i,"");
+    ancienHandler = ancienHandler.replace(/\n*function *\(\)[ \n]*\{/i,"");

Tested with a local copy of the main web page with a proper <base> tag and
referencing a locally-fixed copy of eventHandling.js.

Matthieu, could you send a note to the webmaster (in French) describing the
issue/fix?  Thanks!


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