Ui_slider auto switch to previous or next tab when range is at either end

I have a flow with a slider in one of the tabs. When I move the slider to 0 it automatically moves to the previous tab. When I move the slider to 100 it automatically moves to the next tab.
I am using node-red on windows 10.
Node-RED version: v1.0.3
Node.js version: v12.16.0
Dashboard version 2.19.4
Windows_NT 10.0.18362 x64 LE

[{"id":"8e392b42.cb9d18","type":"ui_button","z":"2550e84d.cdda7","name":"","group":"32b0644e.b8807c","order":0,"width":0,"height":0,"passthru":false,"label":"button","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":450,"y":100,"wires":[[]]},{"id":"d446050b.475bc8","type":"ui_slider","z":"2550e84d.cdda7","name":"","label":"slider","tooltip":"","group":"e244ef19.ea7a5","order":0,"width":0,"height":0,"passthru":true,"outs":"end","topic":"axiomSH/TO/LivingR","min":0,"max":"100","step":"5","x":450,"y":180,"wires":[[]]},{"id":"ef522cce.f778","type":"ui_switch","z":"2550e84d.cdda7","name":"","label":"switch","tooltip":"","group":"72ca9244.d2caac","order":5,"width":0,"height":0,"passthru":true,"decouple":"false","topic":"","style":"","onvalue":"true","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"false","offvalueType":"bool","officon":"","offcolor":"","x":680,"y":60,"wires":[[]]},{"id":"32b0644e.b8807c","type":"ui_group","z":"","name":"Lights","tab":"f711b455.dd74f8","order":1,"disp":true,"width":"6","collapse":false},{"id":"e244ef19.ea7a5","type":"ui_group","z":"","name":"Lights","tab":"5c7e3cb9.4dc504","order":1,"disp":true,"width":"6","collapse":false},{"id":"72ca9244.d2caac","type":"ui_group","z":"","name":"Electric Panel","tab":"a33f0dbc.08976","order":1,"disp":true,"width":"4","collapse":false},{"id":"f711b455.dd74f8","type":"ui_tab","z":"","name":"Kitchen","icon":"kitchen","order":4,"disabled":false,"hidden":false},{"id":"5c7e3cb9.4dc504","type":"ui_tab","z":"","name":"Living Room","icon":"fa-tv","order":2,"disabled":false,"hidden":false},{"id":"a33f0dbc.08976","type":"ui_tab","z":"","name":"Main","icon":"home","order":1,"disabled":false,"hidden":false}]

I tried a button and switch. they do not exhibit this behavior.
Tried searching and did not get any hits.

Any suggestions on where to go from here, or if there is a site that discusses this

thx

I could not reproduce the weird behaviour your mentioned. Do you have an ui_control node connected to the ui_slider node ?

Try disabling the "no swipe between tabs"

1 Like

Thank you.
No swipe between tabs DID IT...
why did this option cause the slider to switch tabs?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.