Problem:  When using Ajax.Updater to set the content of a textarea,
any newlines in the received content are not shown in IE6, but are
shown in Opera, Firefox, Chrome.

I think the reason is that Ajax.Updater is setting .innerHTML,
not .value on the textarea.  One can workaround by using Ajax.Request
and setting the .value of the textarea in the callback.  Is this a bug?

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

Reply via email to