question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
coliffcommented, Nov 9, 2020

Sounds good. Opened an issue upstream: https://github.com/postcss/autoprefixer/issues/1372

1reaction
coliffcommented, Nov 10, 2020

cool - will open a PR for the docs within the hour.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Internet Explorer (IE) mode troubleshooting and FAQ
Troubleshooting guide and FAQ for Microsoft Edge Internet Explorer mode.
Read more >
Set up Legacy Browser Support for Microsoft Edge in IE mode
Under Options, select Internet Explorer mode if you want sites to open in Microsoft Edge using IE mode. For details about Microsoft Edge's ......
Read more >
user-select - CSS: Cascading Style Sheets - MDN Web Docs
The user-select CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a ......
Read more >
Microsoft Edge | IE mode troubleshooting tips and tricks
The Internet Explorer ( IE ) desktop application is retired and out of support as of June 15th, 2022. IE mode provides legacy...
Read more >
ms-user-select css property not working in IE11 - Stack Overflow
Try this -ms-user-select: contain; /*IE,Edge*/ -webkit-user-select: text; /*Webkit*/ -moz-user-select: text; /*Mozilla*/ user-select: all; /*Global, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found