Swiping quickly through photo roll causes photo to zoom
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Unassigned | ||
camera-app |
Fix Released
|
High
|
Florian Boucault | ||
gallery-app |
Fix Released
|
High
|
Florian Boucault | ||
camera-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
gallery-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Prerequisites
* Have multiple photos in your photo roll
What happened:
* When swiping through the photo roll quickly, it zoomed in rather than moving onto the next photo
Steps:
1) Open camera app and switch to the photo roll
2) Ensure the photo roll is single image rather than grid mode
3) Quickly swipe left to go to the next photo
4) Repeat the swiping going to the next photo etc until when you swipe it thinks you double tapped and therefore zooms into the photo rather than moving onto the next
What was expected:
* When swiping for the app to always move onto the next photo
It appears that the swipe event should accept the mouse or the double tap event should not be activated if the user has swiped?
$ system-image-cli -i
current build number: 144
device name: mako
channel: ubuntu-
alias: ubuntu-
last update: 2014-12-05 04:21:47
version version: 144
version ubuntu: 20141205
version device: 20141119
version custom: mako-1.1
$ click list | grep camera
com.ubuntu.camera 3.0.0.412
Related branches
- Bill Filler (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 19 lines (+9/-0)1 file modifiedSlideshowView.qml (+9/-0)
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 18 lines (+8/-0)1 file modifiedrc/qml/MediaViewer/SingleMediaViewer.qml (+8/-0)
tags: | added: usability |
Changed in camera-app: | |
assignee: | nobody → Florian Boucault (fboucault) |
status: | Confirmed → In Progress |
Changed in gallery-app: | |
status: | New → In Progress |
assignee: | nobody → Florian Boucault (fboucault) |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
milestone: | none → ww09-2015 |
Changed in camera-app: | |
status: | In Progress → Fix Released |
Changed in canonical-devices-system-image: | |
status: | New → Fix Released |
importance: | Undecided → High |
milestone: | ww09-2015 → ww13-ota |
Changed in gallery-app: | |
status: | In Progress → Fix Released |
Double tap zoom is sometimes triggered. This only happens on phone and it seems that MouseArea. doubleClicked is fired due to https:/ /bugreports. qt-project. org/browse/ QTBUG-39332