Declined
Last Updated: 13 Aug 2014 12:56 by ADMIN
ADMIN
Vasil
Created on: 15 Jan 2014 12:44
Category: UI for ASP.NET AJAX
Type: Feature Request
1
FIX: In native IE8 the scroll of multiline TextBox moves when text is pasted in the input and it is blurred or focused.

		
Attached Files:
2 comments
ADMIN
Galin
Posted on: 13 Aug 2014 12:54
The possible workaround is the following CSS rule:
		@media \0screen {
			html body .riSingle textarea.riTextBox {
				width: 700px;
				min-width: 100%;
				max-width: 100%;
			}
		}
ADMIN
Galin
Posted on: 13 Aug 2014 12:53
It is a specific bug in IE8 and can be replicate without RadControls. For more info see the attached file.