Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm writing an app for Ubuntu Phone with QtQuick and Ubuntu Components.

I have multiple tabs layout (New Tabs) and a horizontal Slider. When I move the slider, the tabs switch too. Is there a way to disable this, so I can set slider to a value without switching tabs.

There's an example of this in PhoneComponentShowcase.qml. Try moving the slider around and notice tabs also moving. Can I call event.preventDefault() or stopPropagation() functions?

share|improve this question
this is a reported bug: bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1096969 – xubuntix Jan 21 at 8:41
Thanks! I haven't looked at Launchpad. I guess I'll just have to wait for them to fix it. – Marin Jan 21 at 11:17
@Marin: Bugs are considered off-topic, so I expect this question will be closed soon. Go mark yourself as affected in the bug report, it helps developers prioritise bugs. – Flimm Jan 22 at 11:30

closed as off topic by David Planella, Flimm, hhlp, Jorge Castro, Ringtail Jan 23 at 0:23

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.