jQueryPlugins
jQueryPlugins copied to clipboard
Converts newlines to spaces in text areas on IE 8
When I call printElement(), on an area that has a text area, any newlines in that text area are immediately converted to spaces. This is in IE8 only--FF works fine.
I think this is the culprit, around line 135-136 in _getElementHTMLIncludingFormElements(): else this.innerHTML = value;
Thanks, I'll have a look.