Karl Guertin tried this out for me in FF 1.5 on linux and it seems
there's no error there.

We both forgot to reply to the list :oP

I'm still having this problem with FF 2.0.1 on both OS-X and Windows
(tried three different setups). Can anyone try this out on FF 2.0 and
check if they get the alert?

Arnar

On 1/10/07, Arnar Birgisson <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> This simple example is not working in Firefox 2.0.1 for me:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <html xmlns="http://www.w3.org/1999/xhtml";>
>
> <head>
>     <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
>     <title>Pagetitle</title>
>
>     <script src="/static/js/MochiKit.js" type="text/javascript"
> charset="utf-8"></script>
>
>     <script type="text/javascript" charset="utf-8">
>     /* <![CDATA[ */
>
>         alert('tst');
>
>     /* ]]> */
>     </script>
>
> </head>
>
> <body>
>     <ul class="d"></ul>
> </body>
> </html>
>
>
> i.e. I'm not getting the alert. In fact, whatever code I put in the
> CDATA section it's never executed. If I remove the MochiKit include,
> it runs.
>
> I tried with and without the CDATA tags, I tried Firefox clean setup
> with no extensions active, I tried both the packed and non-packed
> version of Mochikit.
>
> If I run this in any other browser than Firefox, I get the alert as
> expected. I have firebug installed and it does not indicate any errors
> - and when using the non-packed versions MochiKit.js is pulling in
> many other packages (haven't checked if some are missing).
>
> I'm using the svn trunk as of today, revision 1247.
>
> Any ideas on how I can debug this?
>
> Arnar
>

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to