<script src="http://fonts.googleapis.com/css?family=Lato:400"></script>
<title>textarea repeating word bug in IE (10 in this case)</title>
<body>
<div id="right">
<div id="showing">
<textarea>The textarea control in IE repeats words on the next line after a soft line wrap. It would seem this happens when the size of the inner content is changed (decreased in this case) from the default by means of padding with box sizing (standard procedure) coupled with a smaller diferent font.</textarea>
</div>
</div>
</body>