I’m having an issue where I have a textbox that gets populated via ajax. it’s filled with an array of data that is delimited by carriage returns (\r\n).
This works perfectly in ff, chrome, etc. However in IE9 the carriage return delimiters do nothing.
Example.. in FF and Chrome:
A
B
C
D
E
in IE9:
ABCDE
any ideas?
EDIT: This is using jqGrid. The data gets automatically populated via that. When i set the page to IE9 mode, the textbox does contain the carriage returns.
I’ve come to the conclusion that this is just a weird quirk in IE9.