Code review comment for lp:~kai-mast/friends-app/new-postview

Revision history for this message
Robert Bruce Park (robru) wrote :

Unfortunately my experience with QML is limited, and Ken is wayyy busier than I am so he can't look at this probably any time soon.

What confuses me is that you have at least one working flickable and one that doesn't. Surely you can compare them and see what's different about them, and make the broken one look more like the working one? Can you experiment with it a little bit further? Can you make the flickable be a direct child of the page somehow? (ie, is it possible to just have one flickable child and then change the content it displays, rather than trying to re-parent the flickable object to the page). Does that make sense?

These changes are looking really good, I'm excited to merge them, but I don't want to regress on this flickable bug since we already fixed it in friends-app back in July according to that bug you linked.

« Back to merge proposal