Does anyone know how to prevent this ?
The user select property can be adjusted for those texts.
https://www.w3schools.com/cssref/css3_pr_user-select.asp
Thank you very much. I added it to the CSS
.nr-dashboard-template, .slider-v1{
font-family:Liberation;
padding: 0px;
overflow:visible;
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
Hi @hotNipi thank you again.
You have considerable experience in this space, could I ask your advice.
I have a few problems relating to a single topic in another thread (well not really a thread just me actually), you have just solved one of them, should I break this thread
https://discourse.nodered.org/t/ui-template-md-slider-help-workable-almost-complete/37328/8
into separate simpler topics without upsetting anyone ?
I'm on vacation enjoing medieval spa. More computer time next week. Let see then.
Thank you for the reply, hope you have a wonderful vacation. Maybe another experienced person can answer ?
I was not asking you personally to look at the problems, more what the correct etiquette is in this forum.
I have been accused in the past of opening multiple topics on the same problem.
My opinion (for what it is worth here) is that a small simple topic is easier to answer and simplifies searching for problem solutions.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.