using html textarea – issues with Chome (windows) but not with Firefox
I have this code in an HTML page: <textarea id="exwords" name="exwords" rows="11" cols="40" style="font-family:Courier;pre-wrap" oninput="this.value = this.value.toUpperCase()"></textarea> If I populate the textarea with text – say ABC DEF GHI JKL MNO and the go back and try to change ABC to ABC123 the 1 will enter after the C but the 23 will enter after… Read More using html textarea – issues with Chome (windows) but not with Firefox