"dvd" <[EMAIL PROTECTED]> writes:

> Hi all,
>
> I've upgraded my ubuntu and the firefox shipped with feisty seems to
> be incompatible with the last trunk version of Mochikit.
>
> This code works well with the feisty version of epiphany (2.17.92):
> <script>
> var test = MochiKit.DOM.H1(null, 'xxx');
> MochiKit.DOM.swapDOM('xxx', test);
> </script>
>
> but doesn't work with firefox.
>
> "Doesn't work" means that the swapDOM function works, it replaces the
> element with the new one, but this new element isn't rendered like a
> H1 (or whatever tag I use).
> Firebug shows the replaced item, in the HTML three, greyed out.
>
> If I log the test variable I obtain this in the firebug console:
>
> INFO: [object Element]
>
>
> I try both the packed and the unpacked version of MochiKit, and used
> the createDOM function instead of H1, but with no luck.

It works here with MozillaFirefox-2.0.0.2-1.1 on OpenSuSE 10.2 (32 bits). 

-- 
Jorge Godoy      <[EMAIL PROTECTED]>

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