For example in Chromium 58.0.3029.81, the following will stop flashing between selectable and not selectable state if you mess around with it for some time by dragging a text selection around (it might take a minute). After that it seems to always stay in pointer-events: none
state until reload, even if tab is switched.
https://codepen.io/anon/pen/ZKeaRm
.avoid-clicks:hover {
pointer-events: none;
}
No such timeout appears to happen in firefox for instance.
My question if this is intentional or a silent error.