Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

[BUG] user-select needs prefixes #120

Closed
slavanga opened this issue Oct 28, 2018 · 2 comments
Closed

[BUG] user-select needs prefixes #120

slavanga opened this issue Oct 28, 2018 · 2 comments

Comments

@slavanga
Copy link

The example for disable selection currently only works in Blink-based browsers.
Other browsers still need vendor prefixes for the user-select property:

-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
@atomiks
Copy link
Contributor

atomiks commented Oct 30, 2018

Generally prefixes are avoided because of commonly-used tools like autoprefixer. Notes are added on browser support:

⚠️ Requires prefixes for full support

@atomiks atomiks closed this as completed Oct 30, 2018
@lock
Copy link

lock bot commented Dec 18, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for any follow-up tasks.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants