touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #125561
[Bug 1528668] Re: Qt.application.active not working correctly
As per http://doc.qt.io/qt-5/qml-qtqml-qt.html#application-prop
application.active Deprecated, use Qt.application.state ==
Qt.ApplicationActive instead.
We should not have changed the behaviour of the .active property though.
** Summary changed:
- dialer-app not getting focused after screen unlock
+ Qt.application.active not working correctly
** Summary changed:
- Qt.application.active not working correctly
+ [regression] Qt.application.active not working correctly
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1528668
Title:
[regression] Qt.application.active not working correctly
Status in Canonical System Image:
Triaged
Status in qtubuntu package in Ubuntu:
Triaged
Bug description:
Steps to reproduce:
1) open dialer-app
2) lock the screen
3) unlock the screen
Expected behavior:
Qt.application.active == true
Current behavior
Qt.application.active == false until we manually switch the app to background/foreground again.
Additional info:
This is causing a bigger issue in the dialer-app functionality. It currently only refreshes the live call view when in foreground, so
when dialer is in this state, calls are placed but the call controls don't work (like hangup or speaker mode).
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1528668/+subscriptions
References