I have a problem and I can\'t figure out what exactly is causing this behavior. I cannot access my input fields and textareas on my HTML form.
textarea
Unfortun
Use the onclick="this.select()" attribute for the input tag.
onclick="this.select()"