qml: prevent stealing from the mouse area in SliderBar for Qt 6
In Qt 6, it seems that the mouse events are consumed by the Slider instead of the mouse area. Ideally, there should not be a mouse area here, but that is a different topic.
The FSM does not seem to work properly, or there is another issue there. That should also be looked for.