Strange behavior with slider items

  • Platform information:
    • Hardware: Intel I7 based Asus Brix
    • OS: Ubuntu 20.04 LTS
    • Java Runtime Environment: OpenJDK v11
    • openHAB version: 3.2

In my sitemap file I have the following items in the Living Room frame:

Frame label="Living/Dining Room"{
		Slider item=HueDRCeilinglight1 
		Switch item=Outlet_3 label="Dining Room Window Lights"
		Switch item=Outlet_5 label="Laptop Outlet" icon="lightbulb"
		Slider item=Rolladen icon="rollershutter"
		Text item=Rolladen label="Living Room Shutters" icon="rollershutter" {
			Switch item=Big_Window label="Big Window Shutter"
			Switch item=Back_Door_Rolladen label="Back Door Shutter"
			Switch item=Small_Window_Shutters label="Right Window Shutter"
			Switch item=Left_Window_Shutters label="Left Window Shutter"
		}

Whenever I manipulate the first slider, the Dining Room Light, in addition to the light coming on, all of the living room shutters go up as well. The slider for the Rolladen (4th item in the list) reacts to the first slider item. There are no rules connecting these things, there are no group items connecting these things. If I remove the Rolladen slider it doesn’t happen. If I put it back into the sitemap, it happens every time. The logs show nothing unusual, just the normal “Item received command” event listing. I’m inclined to call this a bug.

Has anyone else experienced this?

What device are you using to show your Sitemap?

There are very recent threads of this behaviour using the iOS app…

Apple phone. The wife is using an Android phone but I don’t know if she has experienced the same issue, and I can’t ask her right now. I’ll check the Android behavior tomorrow morning.

This had already been reported
https://community.openhab.org/t/strange-behaviour-in-ios-app/132956

Oops, sorry about that. I have to admit it was late when I started troubleshooting this and didn’t do my research before starting the thread. My apologies.