IE9 and TEXTAREA newlines

蹲街弑〆低调 提交于 2019-12-02 09:32:34

Not sure if this is really a fix (and I do wonder if this is a bug in IE9?)

Anyhow, I ended up putting IE9 into IE7 emulation mode for the page in question:

http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx

  <!-- Mimic Internet Explorer 7 -->
  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >

It works, but now, of course I don't have the IE9 features on this page.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!