Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #32092
Closed
Open
Issue created Nov 09, 2020 by Administrator@rootContributor

User-Select: all is not supported in IE or Edge Legacy

Created by: coliff

The Text Selection .user-select-all is not supported in IE or Edge Legacy. REF: https://caniuse.com/mdn-css_properties_user-select_all

Maybe it could mention this as a note on on the v4 docs? https://getbootstrap.com/docs/4.5/utilities/interactions/#text-selection

The compiled CSS actually includes:

.user-select-all {
  -ms-user-select: all !important;

but it doesn't do anything. Not really a big deal since it'd make almost no difference to the file-size after gzip compression - but Can that be excluded from the CSS? Or would this be an issue with Autoprefixer?

Assignee
Assign to
Time tracking