vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

Vertical Scrollbar in Textarea in IE11 #439

Closed ibirrer closed 8 years ago

ibirrer commented 8 years ago

The textarea example at https://vitalets.github.io/angular-xeditable/#textarea displays a vertical scrollbar when entering/editing text that is longer than the width of the textarea in IE11. Chrome and Firefox do not show the scrollbar and wrap the text.

I suggest that IE11 should behave the same as Chrome and Firefox.

Changing the white-space css property from nowrap to pre seems to solve the issue.

ckosloski commented 8 years ago

You can always override the css with your own.

ibirrer commented 8 years ago

Thanks for your response. That's what I am actually doing. Just wanted to inform you about this glitch in the example code.

eugef commented 8 years ago

@ibirrer, would be nice if you create the PR with the css fix.