javascript - Cursor does not blink on autofocus -
browser: chrome > 57
issue:
cursor not blink on focus'd text box ( left/right click nothing make cursor start blinking )
steps:
happens when proceed "your connection not private", aka- unsafe page.
only happens when warning page ( self-signed-cert page ) , proceed clicking on proceed < ip/domain > ( unsafe ) - issue not happen next time refresh ( warning page not come anymore )
what have tried, tried
- html way, autofocus="autofocus" on input-textbox
- javascript way, $(id).focus(). tried setting focus after timeout well.
none of above methods work ( 1st time i'm accessing page - after warning page ). focus set/working, blinking isn't working.
fyi: chrome updated security changes version 58 , onwards ( details 1, 2 ). not sure if/why these changes affecting way cursor blinks, have checked in chrome 56/57 , blinking working.
ex, not want link unsafe websites demo this. problem i'm facing private software installation - self signed cert ( required ), , cursor blinking ( on focused element ) not working.
https://developer.mozilla.org/en-us/docs/web/css/caret-color
it's because of new update.
an example: http://www.developphp.com/lib/css/caret-color
Comments
Post a Comment