javascript - Website input type text focus only works when browser loses and gets focus -
my website uses several input text elements , defined in html like:
<input type='text' style='width:200px;'/>
however if open webpage , click on these inputs, this:
so display no cursor , no blue border when selected. if click outside chrome browser, example if click on desktop , chrome, inputs work , following:
so after step, how supposed to.
this happens in chrome , on server, works fine on localhost.
i have no blur functions or else. causes issue?
do have ideas this?
thank much!
wiki
Comments
Post a Comment