[Touch-packages] [Bug 1620991] Re: Anchoring warnings in Buttons page in UITK Gallery

2016-09-13 Thread Christian Dywan
=== 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

[Touch-packages] [Bug 1620991] Re: Anchoring warnings in Buttons page in UITK Gallery

2016-09-07 Thread Zsombor Egri
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

[Touch-packages] [Bug 1620991] Re: Anchoring warnings in Buttons page in UITK Gallery

2016-09-07 Thread Andrea Bernabei
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

[Touch-packages] [Bug 1620991] Re: Anchoring warnings in Buttons page in UITK Gallery

2016-09-07 Thread Zsombor Egri
This worked without any warnings before. -- 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/1620991 Title: Anchoring warnings in Buttons page in UITK Gallery Status

[Touch-packages] [Bug 1620991] Re: Anchoring warnings in Buttons page in UITK Gallery

2016-09-07 Thread Zsombor Egri
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