Closed Bug 802113 Opened 13 years ago Closed 13 years ago

[gallery] typo in photo swipe listener

Categories

(Firefox OS Graveyard :: Gaia, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: ttaubert, Assigned: ttaubert)

References

Details

Attachments

(1 file)

> currentPhotoFrame.style.transition = > nextPhotoFrame.style.transition = > previousPhotoFrame.style.transition = 'translate ' + time + 'ms ease'; > photoState.swipe = 0; > photoState.setFramesPosition(); must be: > previousPhotoFrame.style.transition = 'transform ' + time + 'ms ease'; If the user pans a photo not far enough so that we switch to the previous or next picture, the old position will be restored without a transition.
Attachment #671817 - Flags: review?(dflanagan)
Blocks: 802150
Comment on attachment 671817 [details] Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/5841 NOTE: If blocking-basecamp+ is set, just land it for now. [Approval Request Comment] Bug caused by (feature/regressing bug #): User impact if declined: no transition where one is expected. Testing completed: Risk to taking this patch (and alternatives if risky): no risk; one line patch
Attachment #671817 - Flags: review?(dflanagan)
Attachment #671817 - Flags: review+
Attachment #671817 - Flags: approval-gaia-master?(21)
Tim, I went ahead and set the flag to request approval to land... Then realized I probably should have left that to you. Still figuring out the process here.
(In reply to David Flanagan [:djf] from comment #3) > Tim, I went ahead and set the flag to request approval to land... Then > realized I probably should have left that to you. Still figuring out the > process here. I don't really think it matters who requests approval. Thank you!
Attachment #671817 - Flags: approval-gaia-master?(21) → approval-gaia-master+
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Verified Fixed in Unagi Build 20130102070202
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: