← Back to team overview

touch-packages team mailing list archive

[Bug 1424592] Re: Header needs locked and visible properties

 

We would need this functionality to be available when dragging
ListItems, to avoid header interference.

-- 
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/1424592

Title:
  Header needs locked and visible properties

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The header API proposal https://docs.google.com/a/canonical.com/document/d/1wUUKtPmRmwbUELC1BUB9l0VOAwS_zAPRSCqMopUxR1c/edit#heading=h.yv1xue68vkeu adds Page.head.locked and Page.head.visible properties that the developer can use to lock and show/hide the header. Several developers asked how to hide/show the header. Currently the header can be hidden by setting the title to "", but that causes problems, see https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1402054
  Current locking of the header is done by setting Page.flickable = null, which is not very intuitive API.

  We need to implement the proper way of locking/showing/hiding the
  header by adding head.locked and head.visible properties.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1424592/+subscriptions


References