java - Initial HTML text field cursor position -


i facing weird problem text field on page. html structure generated java code (which cluttered , written years back). problem facing is, when click on text field (highlighted in snapshot), cursor positions on second field instead of first one. happens particular column only. have shared basic html structure of 1 of table (though cluttered please bear me).

html: http://jsfiddle.net/t3ch/yq4xb/

alt text

try change

value=" " 

to

value="" 

Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -