I am using a slider component inside a Coordinate Container (tested in both percent and fixed modes), while the main view is a Flex Container. The view also includes a Menu Tree component and an Embedded View component that loads a dynamic view. Inside that dynamic view, I am loading a custom slider view.
The issue occurs when both the menu and the slider are visible at the same time. While dragging the slider, it jumps to random positions and does not behave correctly. If I disable the menu and use only the slider, it works as expected.
When both components are enabled simultaneously, the slider does not function properly. Is there a recommended way to handle this scenario so that both the menu and slider can work correctly at the same time?
I have attached a video for reference.