bgrins / ExpandingTextareas

jQuery plugin for elegant expanding textareas
http://bgrins.github.com/ExpandingTextareas/
MIT License
260 stars 73 forks source link

ie8 double-space due to carriagereturn-newline #21

Closed alfred-c closed 11 years ago

alfred-c commented 11 years ago

fix for issue #10

bgrins commented 11 years ago

Thanks, do you have an example of the bad behavior on jsfiddle or somewhere you can share so we can confirm it doesn't mess anything up with IE > 8?

alfred-c commented 11 years ago

@bgrins, the demo page demonstrates the bad behavior, just hit the enter key a few times and notice the extra space added below the last cursor line in IE8 native and IE8 document mode of IE9. can't reproduce it on jsfiddle as it behaves differently. i didn't test with webkit/mozilla.

bgrins commented 11 years ago

@alfred-c Thanks, I merged the fix. Let me know if you find anything else regarding IE