← Back to context

Comment by javcasas

3 days ago

Don't blame it on FF, but on CSS user-select: none

https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/P...

I'm not talking about blocking selection (which is annoying too but different issue)

There are cases where you can select text, ctrl+c works, but just selecting it doesn't copy it to primary clipboard (example I hit often is various CI/CD text fields like in Jenkins)