Code review comment for lp:~renatofilho/ubuntu-ui-toolkit/fix-keyboard-visibility

Revision history for this message
Florian Boucault (fboucault) wrote :

> Thanks for adding the line to CHANGES. We also have an automatic API checker
> that outputs components.api and components.api.new when running make check.
> They need to be in sync otherwise the tests fail.

See test failure output:

--- components.api 2013-07-12 22:47:31.000000000 +0000
+++ components.api.new 2013-07-12 22:50:59.189958961 +0000
@@ -81,6 +81,7 @@ modules/Ubuntu/Components/Label.qml
 modules/Ubuntu/Components/MainView.qml
 PageTreeNode
     property string applicationName
+ property bool anchorToKeyboard
     property color headerColor
     property color backgroundColor
     property color footerColor

« Back to merge proposal