prefixfree icon indicating copy to clipboard operation
prefixfree copied to clipboard

user-select

Open mpa3b opened this issue 10 years ago • 5 comments

user-select CSS3 propert not being processed, not mentioned in the code.

mpa3b avatar Sep 09 '14 13:09 mpa3b

Which browser? Are you sure it's not supported unprefixed?

LeaVerou avatar Sep 09 '14 17:09 LeaVerou

FF. I tried. -moz-user-select: none; — works. user-select: none; — doesn't.

mpa3b avatar Sep 10 '14 20:09 mpa3b

I have the same issue of mpa3b

albertobebz avatar Jul 22 '15 14:07 albertobebz

I was going to look into why my user-select wasn't being prefixed, but I noticed that it was while testing PR #6147. So I reverted that PR and it was still working, although I had the unrelated PR #6145 in effect.

joyously avatar Apr 28 '19 23:04 joyously

Can somebody provide a testcase (e.g. in a dabblet or codepen) so I (or someone else) can look into it?

LeaVerou avatar May 03 '19 18:05 LeaVerou