touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #36457
[Bug 1362115] Re: Slider popup is hidden beneath the header
** No longer affects: ubuntu-ui-toolkit
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1362115
Title:
Slider popup is hidden beneath the header
Status in “ubuntu-ui-toolkit” package in Ubuntu:
Confirmed
Bug description:
When you have a slider at the top of the page and you adjust its
value, you will notice that the slide popup appears transparent.
That's because it appears below the header and the header is
transparent.
Slider popup should appear above every component.
import QtQuick 2.0
import Ubuntu.Components 1.1
MainView {
width: units.gu(50)
height: units.gu(75)
useDeprecatedToolbar: false
Page {
title: i18n.tr("Simple")
Slider {
width: parent.width
}
}
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1362115/+subscriptions