When I type in input
some word, the text entered goes to uppercase.
In Mozilla Firefox and Internet Explorer I can return the blinking indicator to type a letter and I can edit it anywhere.
In Google Chrome, every time I return to the bookmark, it automatically goes to the end of the typed text. How do I make it look like the other browsers, where is it possible to go back and not go to the end of the text?
Nome: <input type="text" id="fnome" onkeyup="javascript:this.value=this.value.toUpperCase();">