html - blinking cursor in firefox on snap and div elements -


i want imitate read-only input field span (so adjust width accomodate whatever inside it). simple div component:

<div tabindex='-1' contenteditable='false'>please stop blinking</div> 

http://jsfiddle.net/bltkw/

when click on div blinking cursor pops up. not reproduce on chrome , ie. typical firefox issue. how can rid of that?


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -