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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -