Dash - Users should be able to exit the Preview and return to the results by right or middle clicking anywhere inside the preview
Bug #1046315 reported by
John Lea
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Released
|
Critical
|
John Lea | ||
Unity |
Fix Released
|
High
|
Christopher Townsend | ||
unity (Ubuntu) |
Fix Released
|
High
|
Christopher Townsend |
Bug Description
Users should be able to exit the Preview and return to the results by right or middle clicking anywhere inside the preview.
Related branches
lp://staging/~townsend/unity/unity.lp1046315
- Brandon Schaefer (community): Approve
- Łukasz Zemczak (community): Needs Fixing (test coverage)
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 1135 lines (+349/-26)19 files modifieddash/previews/ApplicationPreview.cpp (+21/-0)
dash/previews/GenericPreview.cpp (+13/-0)
dash/previews/MoviePreview.cpp (+14/-0)
dash/previews/MusicPreview.cpp (+11/-0)
dash/previews/Preview.cpp (+9/-7)
dash/previews/Preview.h (+7/-3)
dash/previews/PreviewContainer.cpp (+4/-3)
dash/previews/PreviewContainer.h (+3/-2)
dash/previews/PreviewInfoHintWidget.cpp (+6/-1)
dash/previews/PreviewInfoHintWidget.h (+7/-1)
dash/previews/PreviewRatingsWidget.cpp (+6/-1)
dash/previews/PreviewRatingsWidget.h (+5/-0)
dash/previews/SocialPreview.cpp (+15/-0)
dash/previews/SocialPreviewComments.cpp (+7/-0)
dash/previews/SocialPreviewComments.h (+5/-0)
tests/autopilot/unity/emulators/dash.py (+29/-1)
tests/autopilot/unity/tests/test_dash.py (+168/-6)
unity-shared/StaticCairoText.cpp (+12/-0)
unity-shared/StaticCairoText.h (+7/-1)
Changed in unity: | |
milestone: | none → backlog |
Changed in ayatana-design: | |
assignee: | nobody → John Lea (johnlea) |
importance: | Undecided → Medium |
Changed in unity: | |
importance: | Undecided → Medium |
Changed in unity (Ubuntu): | |
importance: | Undecided → Medium |
Changed in ayatana-design: | |
status: | New → Triaged |
Changed in unity: | |
status: | New → Triaged |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
Changed in ayatana-design: | |
status: | Triaged → Fix Committed |
tags: | added: udp |
tags: | added: dashm |
Changed in ayatana-design: | |
importance: | Medium → Critical |
Changed in unity: | |
importance: | Medium → Critical |
Changed in unity (Ubuntu): | |
importance: | Medium → Critical |
Changed in unity: | |
importance: | Critical → High |
Changed in unity (Ubuntu): | |
importance: | Critical → High |
summary: |
Dash - Users should be able to exit the Preview and return to the - results by right clicking anywhere inside the preview + results by right or middle clicking anywhere inside the preview |
description: | updated |
Changed in unity: | |
assignee: | nobody → Christopher Townsend (townsend) |
milestone: | backlog → 7.0.0 |
Changed in unity (Ubuntu): | |
assignee: | nobody → Christopher Townsend (townsend) |
Changed in unity: | |
status: | Triaged → In Progress |
Changed in unity (Ubuntu): | |
status: | Triaged → In Progress |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity: | |
status: | Fix Released → Fix Committed |
Changed in ayatana-design: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Right clicking in the preview doesn't jump out as being very intuitive.
Can we add an explicit "back", please?