Clicking permissions dialog in untrusted app causes app to lose focus
Bug #1381292 reported by
Josh Arenson
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
Unassigned | ||
unity8 (Ubuntu) |
Fix Released
|
Undecided
|
Josh Arenson | ||
unity8 (Ubuntu RTM) |
Fix Released
|
Critical
|
Michael Zanetti |
Bug Description
Steps to reproduce:
1. Start with a fresh flash of the device (or clear all permissions data from the camera app, wasn't sure how to do this)
2. Start the camera app
3. When the dialog comes up asking if the camera can use your current location, click "deny"
Results: Dialog closes, camera stays black as it likely doesn't have active focus
Expected results: Dialog closes and camera resumes
Related branches
lp://staging/~josharenson/unity8/fix_trust_store_focus
- Michael Zanetti (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 73 lines (+40/-1)3 files modifiedqml/Stages/SessionContainer.qml (+4/-0)
tests/mocks/Unity/Application/Session.h (+1/-1)
tests/qmltests/Stages/tst_SessionContainer.qml (+35/-0)
lp://staging/~unity-team/unity8/rtm-14.09-staging
- Unity Team: Pending requested
-
Diff: 77 lines (+23/-4)3 files modifiedqml/Stages/SpreadDelegate.qml (+8/-1)
tests/mocks/Unity/Application/ApplicationManager.cpp (+7/-0)
tests/qmltests/Stages/tst_SpreadDelegate.qml (+8/-3)
description: | updated |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Josh Arenson (josharenson) |
Changed in unity8 (Ubuntu): | |
status: | New → In Progress |
Changed in unity8 (Ubuntu RTM): | |
status: | Triaged → New |
milestone: | 14.09-ota-1 → none |
Changed in canonical-devices-system-image: | |
importance: | Undecided → Critical |
summary: |
- Clicking permissions dialog in camera app causes app to lose focus + Clicking permissions dialog in untrusted app causes app to lose focus |
Changed in canonical-devices-system-image: | |
milestone: | none → ww51-2014 |
status: | New → Confirmed |
Changed in unity8 (Ubuntu RTM): | |
milestone: | none → 14.09-ota-1 |
status: | New → Triaged |
importance: | Undecided → Critical |
Changed in unity8 (Ubuntu RTM): | |
status: | Triaged → In Progress |
assignee: | nobody → Michael Zanetti (mzanetti) |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
As camera is now a trusted app, this issue no longer occurs with the camera. Below is an app that still reproduces the issues. It includes a script to clear the trust.db as well.
lp:~josharenson/+junk/trustStoreDialogFocusTest