I have a textarea field as below
<textarea id="remarksid" name="remarks" title="Enter Remarks " maxlength="4000" class="form-control" ></textarea>
When Text is entered into the above field, Not able to navigate between the words using Arrow Keys and Keyboard functions(such as Copy, Paste) does not work in IE11
Note: Works fine in Safari, Chrome and Firefox
Is there a fix for the same in IE11?