enter does not work in textarea in Internet Explorer 8

后端 未结 4 1224
长情又很酷
长情又很酷 2021-01-03 00:23

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

4条回答
  •  温柔的废话
    2021-01-03 01:16

    This article says Internet Explorer ignores line breaks with white-space: nowrap.

    Their fix is to use white-space: pre. Does that get you your desired behavior?

提交回复
热议问题