← Back to team overview

touch-packages team mailing list archive

[Bug 1429263] [NEW] [Popover] Popovers should expose a maximumHeight property

 

Public bug reported:

Currently, the height of a popover seems to depend solely on the height of its contents. However, there is no height limit, so if the contents are taller than the application's window, they will be cut out of the screen.
The developer cannot know whether this will happen or not, because different devices have different screen heights (also, there's the portrait vs landscape scenario), or the popover's contents can be dynamic.

The Popover object should expose a read-only property, maximumHeight,
which the developer can use to restrict the content's height (for
example, using a Flickable). The maximumHeight property must be computed
so that it's possible to dismiss the popover.

** Affects: ubuntu-ui-toolkit (Ubuntu)
     Importance: Undecided
         Status: New

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

Title:
  [Popover] Popovers should expose a maximumHeight property

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

Bug description:
  Currently, the height of a popover seems to depend solely on the height of its contents. However, there is no height limit, so if the contents are taller than the application's window, they will be cut out of the screen.
  The developer cannot know whether this will happen or not, because different devices have different screen heights (also, there's the portrait vs landscape scenario), or the popover's contents can be dynamic.

  The Popover object should expose a read-only property, maximumHeight,
  which the developer can use to restrict the content's height (for
  example, using a Flickable). The maximumHeight property must be
  computed so that it's possible to dismiss the popover.

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


Follow ups

References