Closed
Bug 802113
Opened 13 years ago
Closed 13 years ago
[gallery] typo in photo swipe listener
Categories
(Firefox OS Graveyard :: Gaia, defect)
Firefox OS Graveyard
Gaia
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
Attachments
(1 file)
355 bytes,
text/html
|
djf
:
review+
vingtetun
:
approval-gaia-v1+
|
Details |
> 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.
Assignee | ||
Comment 1•13 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•13 years ago
|
Attachment #671817 -
Flags: review?(dflanagan)
Comment 2•13 years ago
|
||
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)
Comment 3•13 years ago
|
||
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.
Assignee | ||
Comment 4•13 years ago
|
||
(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+
Assignee | ||
Comment 5•13 years ago
|
||
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.
Description
•