Tab close buttons should use haptics
Bug #1505725 reported by
Michael Terry
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Medium
|
Bill Filler | ||
webbrowser-app (Ubuntu) |
Fix Released
|
Medium
|
Ugo Riboni |
Bug Description
The tab close buttons should use haptics to indicate a successful button press, like most other buttons on the phone do.
Related branches
lp://staging/~uriboni/webbrowser-app/tabs-use-haptics
- PS Jenkins bot: Approve (continuous-integration)
- Olivier Tilloy: Approve
-
Diff: 30 lines (+7/-3)1 file modifiedsrc/app/webbrowser/TabItem.qml (+7/-3)
Changed in canonical-devices-system-image: | |
milestone: | none → backlog |
assignee: | nobody → Bill Filler (bfiller) |
importance: | Undecided → Medium |
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
Changed in webbrowser-app (Ubuntu): | |
status: | Triaged → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Fix Committed |
Changed in canonical-devices-system-image: | |
milestone: | backlog → ww46-2015 |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The current implementation uses a plain MouseArea, it should use an AbstractButton indeed, and we would get the haptics effect for free (I think).