When I press enter in a textarea which has whitespace attribute is set to nowrap through css, it is ineffective. No new line is created. Instread a simple whitespace appears
This article says Internet Explorer ignores line breaks with white-space: nowrap.
with white-space: nowrap
Their fix is to use white-space: pre. Does that get you your desired behavior?
white-space: pre