=== modified file 'src/imports/Components/1.3/ComboButton.qml'
--- src/imports/Components/1.3/ComboButton.qml 2016-09-13 15:01:14 +
+++ src/imports/Components/1.3/ComboButton.qml 2016-09-13 15:57:46 +
@@ -395,6 +395,7 @@
}
}
Scrollbar {
+parent: comboHolder.pare
The Flickable and the Scrollbar could be replaced with a ScrollView. The
Flickable stays inactive if the ComboButton content is set to be an
other Flickable. Having a ScrollView we could reparent it to the
visual's dropdown holder.
And we need to do this reparenting. The style's dropdown holder
sp
rev2045 changes the order in which Scrollbar anchors to the flickable.
since r2045 it waits for the flickable to be initialized before
anchoring to it.
before:
Scrollbar anchors to flickable. Flickable parent changes, engine says nothing.
now:
Flickable is initialized, its parent changes. Scrollb
This worked without any warnings before.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1620991
Title:
Anchoring warnings in Buttons page in UITK Gallery
To manage notifications about this bug go to
I can confirm that revision 2045 brought these warnings in.
http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
toolkit/staging/revision/2045
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: Zsombor Egri (zsomb