← Back to team overview

touch-packages team mailing list archive

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

 

Public bug reported:

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

** Affects: unity8 (Ubuntu)
     Importance: Undecided
         Status: New

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


Follow ups

References