← Back to team overview

touch-packages team mailing list archive

[Bug 1372654] Re: Qt.Application.active changes the value more than one time when leaving the app

 

which app is it ?

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

Title:
  Qt.Application.active changes the value more than one time when
  leaving the app

Status in “unity8” package in Ubuntu:
  New

Bug description:
  Only my app is open.

  I am using right to left to go back to shell.

  OBS: Works nice if I bring the spread.


  The value of Qt.Application.active is changing 3 times when leaving
  the app.

  the values are: false -> true ->false
  instead of only: false

  I saw this message with the same values on my app log:
  UbuntuWindow::handleSurfaceFocusChange(focused=false)
  qml: Qt.Application.active  is false
  UbuntuWindow::handleSurfaceFocusChange(focused=true)
  qml: Qt.Application.active  is true
  UbuntuWindow::handleSurfaceFocusChange(focused=false)
  qml: Qt.Application.active  is false

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1372654/+subscriptions


References