The possible workaround is the following CSS rule:
@media \0screen {
html body .riSingle textarea.riTextBox {
width: 700px;
min-width: 100%;
max-width: 100%;
}
}
It is a specific bug in IE8 and can be replicate without RadControls. For more info see the attached file.