Applications aren't given input when launched from the launcher or the app drawer
Bug #1677187 reported by
Michael Sheldon
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
In Progress
|
High
|
Michał Sawicz | ||
unity8 (Ubuntu) |
In Progress
|
High
|
Michael Zanetti |
Bug Description
Steps to reproduce:
1. Open the app drawer and type "terminal"
2. Select the ubuntu-terminal-app
3. The terminal will launch and the window style will make it look as though it has focus. It will display a password input prompt.
4. Type "Hello"
5. Open the app drawer again and see the input went to the search bar instead
Expected result:
The terminal password prompt should display "*****"
Actual result:
The app drawer search bar will receive this input instead (despite not being visible)
Related branches
lp://staging/~mzanetti/unity8/fix-focus-on-app-launch
Ready for review
for merging
into
lp://staging/unity8
- Unity8 CI Bot: Needs Fixing (continuous-integration)
- Unity Team: Pending requested
-
Diff: 56 lines (+16/-1)3 files modifiedqml/Launcher/Launcher.qml (+1/-1)
qml/Shell.qml (+1/-0)
tests/qmltests/tst_Shell.qml (+14/-0)
Changed in canonical-devices-system-image: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Michał Sawicz (saviq) |
milestone: | none → u8c-z |
Changed in unity8 (Ubuntu): | |
status: | Confirmed → Triaged |
importance: | Undecided → High |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Michael Zanetti (mzanetti) |
Changed in unity8 (Ubuntu): | |
status: | Triaged → In Progress |
Changed in canonical-devices-system-image: | |
status: | Triaged → In Progress |
Changed in canonical-devices-system-image: | |
milestone: | u8c-z → u8c-2 |
To post a comment you must log in.
This may have security implications, since in this example case it can result in the user unknowingly typing their password into a plain text input field which may not be revealed again until much later.