Hi,
I have applied * {-moz-user-select: none;}
to the main stylesheet, because there are more unselectable elements than those that are selectable. I then tried to set -moz-user-select: auto;
to an input, but it does not work. I have also tried the value of text
and all
, both do not work.
Also it seems that user-select
does not work in IE9 and Opera 10.62 or am I missing something?
I am trying to disable selection by default for all browsers, and then explicitly enable it for some elements like input.