Activity log for bug #1566741

Date Who What changed Old value New value Message
2016-04-06 09:09:47 Stuart Langridge bug added bug
2016-04-06 09:09:47 Stuart Langridge attachment added Screenshot at 16-04-06 10.09.46.png https://bugs.launchpad.net/bugs/1566741/+attachment/4625749/+files/Screenshot%20at%2016-04-06%2010.09.46.png
2016-04-06 09:10:55 Andrea Bernabei ubuntu-ui-toolkit (Ubuntu): assignee Tim Peeters (tpeeters)
2016-04-06 09:17:29 Tim Peeters description If I use a Tabs component, and place a Page in one of the Tabs, and that Page has a new-style PageHeader, then my app shows two separate headers. Tabs { Tab { page:Page { header: PageHeader { id: pageHeader title: i18n.tr("MyApp") } } } Tab { title: i18n.tr("Simple page") page: Page { Label { id: label anchors.centerIn: parent text: "A centered label" } } } } If I use a Tabs component, and place a Page in one of the Tabs, and that Page has a new-style PageHeader, then my app shows two separate headers. import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { width: units.gu(70) height: units.gu(80) Tabs { Tab { page:Page { header: PageHeader { id: pageHeader title: i18n.tr("MyApp") } } } Tab { title: i18n.tr("Simple page") page: Page { Label { id: label anchors.centerIn: parent text: "A centered label" } } } } }
2016-04-06 09:17:35 Tim Peeters description If I use a Tabs component, and place a Page in one of the Tabs, and that Page has a new-style PageHeader, then my app shows two separate headers. import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { width: units.gu(70) height: units.gu(80) Tabs { Tab { page:Page { header: PageHeader { id: pageHeader title: i18n.tr("MyApp") } } } Tab { title: i18n.tr("Simple page") page: Page { Label { id: label anchors.centerIn: parent text: "A centered label" } } } } } If I use a Tabs component, and place a Page in one of the Tabs, and that Page has a new-style PageHeader, then my app shows two separate headers. import QtQuick 2.4 import Ubuntu.Components 1.3 MainView {     width: units.gu(70)     height: units.gu(80)     Tabs {         Tab {             page:Page {                 header: PageHeader {                     id: pageHeader                     title: i18n.tr("MyApp")                 }             }         }         Tab {             title: i18n.tr("Simple page")             page: Page {                 Label {                     id: label                     anchors.centerIn: parent                     text: "A centered label"                 }             }         }     } }
2016-04-06 09:17:39 Tim Peeters ubuntu-ui-toolkit (Ubuntu): status New Confirmed
2016-04-06 09:17:42 Tim Peeters ubuntu-ui-toolkit (Ubuntu): importance Undecided High
2016-04-28 14:56:07 Tim Peeters ubuntu-ui-toolkit (Ubuntu): status Confirmed In Progress
2016-05-17 20:55:37 Tim Peeters ubuntu-ui-toolkit (Ubuntu): status In Progress Won't Fix
2016-05-17 20:56:03 Launchpad Janitor branch linked lp:~tpeeters/ubuntu-ui-toolkit/deprecateTabs
2016-05-30 15:39:00 Launchpad Janitor ubuntu-ui-toolkit (Ubuntu): status Won't Fix Fix Released