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:

text field before browser loses , gains focus

so display no cursor , no blue border when selected. if click outside chrome browser, example if click on desktop , chrome, inputs work , following:

text field after browser loses , gains focus

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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -