Hi,
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 is only true in IE8. I Have tried current version of Opera,Chrome and Firefox and I have not encountered such problems. Do you have some solution for this?
Thanks..
I have this:
.gwt-TextArea
{
white-space:nowrap;
}
where gwt-TextArea sets the textarea.
Also, I have tried
.gwt-TextArea
{
white-space:pre;
}
It seems to give the same result.