** Also affects: canonical-devices-system-image
   Importance: Undecided
       Status: New

** Changed in: canonical-devices-system-image
       Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
     Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
    Milestone: None => ww08-2016

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1540574

Title:
  [Page] "header" property unusable, hides contents

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  When setting the "header" property of a page, the page scrolling
  mechanism stops working, so the page contents get hidden under the
  header:

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  MainView {
      width: units.gu(48)
      height: units.gu(60)
      Page {
          id: page
          title: i18n.tr("Example page")
          flickable: flick

          header: PageHeader {
              title: page.title
          }
          Flickable {
              id: flick
              anchors.fill: parent
              contentHeight: contentItem.childrenRect.height
              Label {
                  text: i18n.tr("Hello world!")
              }
          }
      }
  }

  If you run this, you won't see the "Hello world!" text unless you pan
  down the view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1540574/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to