<div dir="ltr">I'm experiencing the same in a slightly different context (a SilicaListView with a ContextMenu dynamically created and on shown after a long press on each ListItem delegate). To me it seems related to the ContextMenu item, when it becomes visible and it pushes down the content below.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Mar 23, 2014 at 12:11 PM, Ragnar Kurm <span dir="ltr"><<a href="mailto:ragnar@waalaskala.com" target="_blank">ragnar@waalaskala.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have problems with an error:<br>
Test.qml:7: QML SilicaFlickable: Binding loop detected for property "contentY"<br>
<br>
What do I miss?<br>
<br>
Ragnar<br>
<br>
<br>
<br>
import QtQuick 2.0<br>
import Sailfish.Silica 1.0<br>
<br>
Dialog {<br>
    id: dialog<br>
    SilicaFlickable {<br>
        Column {<br>
            ComboBox {<br>
                label: "Label"<br>
                width: dialog.width<br>
                menu: ContextMenu {<br>
                    width: dialog.width<br>
                    MenuItem { text: "Item 1" }<br>
                }<br>
            }<br>
        }<br>
    }<br>
}<br>
______________________________<u></u>_________________<br>
SailfishOS.org Devel mailing list<br>
</blockquote></div><br><br clear="all"><br>-- <br>Luca Donaggio
</div>