When the disabled attribute is present in the HTML textarea tag declare, you cannot scroll on the Text Area control in Internet Explorer 11.
The following is an example of the disabled attribute in the HTML textarea tag declare:
The following is an example of the disabled attribute in the HTML textarea tag declare:
<textarea disabled>
…
</textarea>
…