Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wmd-editor breaks in IE8

We have recently started using WMD editor and found that in IE 8, it just goes on increasing the scroll size of the page by simply increasing the size of the textarea endlessly. The only option left is to close the browser after that causing lot of frustration. you can check wmd-editor demo here. does anybody know of any solution to this issue ?

like image 646
Vikram Avatar asked Nov 24 '25 22:11

Vikram


1 Answers

after a lot of trial & error, we finally found the issue and fixed it ourselves. None of the parent container of the div in which the wmd editor is placed into should have the css property position defined. else, it will break the editor in IE8.

like image 83
Vikram Avatar answered Nov 26 '25 19:11

Vikram