Closed lexingtonclayw1 closed 9 years ago
Thanks for letting me know. I will take a look and get this fixed.
Ok, I just changed the textarea-height to several different sizes and the text area height changed each time. Can you create a separate plunker to recreate this issue and send me the link?
The textarea-height attribute works great in Chrome and Firefox; but in IE 11, it seems the height attribute is ignored.
My workaround to support height in explorer browser .wysiwyg-textarea{height:200px !important;}
hope these help.
You may use 'ng-attr-style' instead of 'style' for textArea. It seems that IE understands it.
@Mord-Syth thanks that fixed the issue.
I have worked with the Plunker code and also downloaded the copy but I am unable to change the height of the actual WYSIWYG box. It is staying at the default height. Any thoughts?