← Back to team overview

touch-packages team mailing list archive

[Bug 1375837] Re: Popovers must close when rotating screen

 

** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => Medium

** Changed in: webbrowser-app (Ubuntu)
       Status: New => Triaged

** Also affects: webbrowser-app (Ubuntu RTM)
   Importance: Undecided
       Status: New

** Changed in: webbrowser-app (Ubuntu RTM)
       Status: New => Triaged

** Changed in: webbrowser-app (Ubuntu RTM)
   Importance: Undecided => Medium

** No longer affects: webbrowser-app

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

Title:
  Popovers must close when rotating screen

Status in Ubuntu UI Toolkit:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Triaged
Status in webbrowser-app package in Ubuntu RTM:
  Triaged

Bug description:
  After rotating the device a few times while an overflow menu is open,
  the menu will be placed in the wrong position on the screen. The
  number of rotations before this happens appears to be quite random,
  but it will eventually happen.

  Below is a minimal example that should trigger the bug by rotating the
  device after opening the overflow menu:

  import QtQuick 2.0
  import Ubuntu.Components 1.1

  MainView {
      id: mainView
      applicationName: "com.ubuntu.developer.ken-vandine.hub-importer"
      automaticOrientation: true
      useDeprecatedToolbar: false

      width: units.gu(100)
      height: units.gu(75)

      Page {
          title: "Test"

          head.actions: [
              Action { name: "Item 1" },
              Action { name: "Item 2" },
              Action { name: "Item 3" },
              Action { name: "Item 4" }
          ]
      }
  }

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