neutrino icon indicating copy to clipboard operation
neutrino copied to clipboard

UI should not be selectable unless it is tagged so

Open alexislozano opened this issue 4 years ago • 4 comments

alexislozano avatar Sep 26 '19 14:09 alexislozano

I have something like this in my app

.notSelectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.selectable {
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

andrewluetgers avatar Nov 05 '19 17:11 andrewluetgers

Thanks ! Would you like to test it on Windows, Linux, and OSX and make a PR ?

alexislozano avatar Nov 13 '19 14:11 alexislozano

As I am not a user of this project, sorry for the drive-by comment, I am not sure how this would be implemented, "unless it is tagged so" how does this impact what a user does? Does it mean they add a class or a property to a component or call a method in an api?

andrewluetgers avatar Nov 14 '19 18:11 andrewluetgers

@fabrixxm Could you answer this please ?

alexislozano avatar Nov 20 '19 16:11 alexislozano