I could not reproduce the issue with this code:

import QtQuick 2.0
import Ubuntu.Components 1.1
import Ubuntu.Components.ListItems 1.0 as ListItem

MainView {
    width: 800
    height: 600
    id: mainView
    useDeprecatedToolbar: false

    Tabs {
        id: tabs
        Item {
            // does this mess up stuff? nope.
        }

        Tab {
            title: i18n.tr("List view #" + index)
            page: Page {
                ListView {
                    clip: true
                    anchors.fill: parent
                    model: 20
                    delegate: ListItem.Standard {
                        iconName: "call-start"
                        text: "Item "+modelData
                    }
                }
            }
        }
    }
}

and in the latest images (>32) the bug seems to be gone in all the apps,
so I am closing this bug.

** Changed in: ubuntu-ui-toolkit
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201094

Title:
  App content visible behind tab header

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1201094/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to