Activity log for bug #1209133

Date Who What changed Old value New value Message
2013-08-07 08:49:23 Tim Peeters bug added bug
2013-08-07 10:10:15 Tim Peeters description When a toolbar is locked, it pushes the Page up about 1 gu that is kept blank between the toolbar and the Page. This can be shown by adding: Rectangle { color: "orange" anchors.fill: parent } To the Page inside tests/resources/navigation/MyCustomPage.qml in the UITK code, and then opening that page via PageStack.qml. (my screenshot functionality is currently broken, I'll try to add a screenshot later). When a toolbar is locked, it pushes the Page up about 1 gu that is kept blank between the toolbar and the Page. This can be shown by adding:     Rectangle {         color: "orange"         anchors.fill: parent     } to the Page inside tests/resources/navigation/MyCustomPage.qml in the UITK code, and then opening that page via PageStack.qml. (my screenshot functionality is currently broken, I'll try to add a screenshot later). I confirmed the bug on phone (enter selection mode from gallery-app events view) and desktop (PageStack example with the modification listed above).
2013-08-07 10:10:26 Tim Peeters description When a toolbar is locked, it pushes the Page up about 1 gu that is kept blank between the toolbar and the Page. This can be shown by adding:     Rectangle {         color: "orange"         anchors.fill: parent     } to the Page inside tests/resources/navigation/MyCustomPage.qml in the UITK code, and then opening that page via PageStack.qml. (my screenshot functionality is currently broken, I'll try to add a screenshot later). I confirmed the bug on phone (enter selection mode from gallery-app events view) and desktop (PageStack example with the modification listed above). When a toolbar is locked, it pushes the Page up about 1 gu that is kept blank between the toolbar and the Page. This can be shown by adding:     Rectangle {         color: "orange"         anchors.fill: parent     } to the Page inside tests/resources/navigation/MyCustomPage.qml in the UITK code, and then opening that page via PageStack.qml. (my screenshot functionality is currently broken, I'll try to add a screenshot later). I verified the bug on phone (enter selection mode from gallery-app events view) and desktop (PageStack example with the modification listed above).
2014-10-01 09:14:30 Tim Peeters ubuntu-ui-toolkit: status New Won't Fix