if i do
Element.insert('<div><span>stuff</span> <span>more stuff</
span></div>') ;
the actual output ends up being:
<div><span>stuff</span><span>more stuff</span></div>
the space and the non-breaking space are both removed. it can be
remedied by:
Element.insert('<div><span>stuff</span><span> </span><span>more
stuff</span></div>') ;
i guess it doesn't handle what should become text nodes very well?
i'm using FF3 and the latest version of prototype. totype.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---