Code review comment for lp:~unity-api-team/ubuntu-system-settings/apneditor

Revision history for this message
Antti Kaijanmäki (kaijanmaki) wrote :

> I get a large number (>50) of these when I enter the APN panel
> 2014-08-29 08:58:11,004 - WARNING - file:///usr/share/ubuntu/settings/system
> /qml-plugins/cellular/PageChooseCarrier.qml:28:1: QML PageChooseCarrier:
> Binding loop detected for property "height"

This is a height property of the top level ItemPage which is not even being modified in PageChooseCarrier.qml at all. I would suspect it something to do with UITK or the OSK work that has gone in to the low levels.

If this does not affect the UX in any visible way, I would say it's totally minor and no reason to block the landing.

« Back to merge proposal