Closed
Bug 1151089
Opened 9 years ago
Closed 9 years ago
"Send to other devices" has an unexpected transition when clicked
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox38 verified, firefox39 verified, firefox40 verified)
VERIFIED
FIXED
Firefox 40
People
(Reporter: mcomella, Assigned: mcomella)
References
Details
Attachments
(1 file, 1 obsolete file)
It expands rather than sliding in from the bottom, such as when the "Add to Firefox" option is pressed from another application.
Assignee | ||
Updated•9 years ago
|
status-firefox38:
--- → unaffected
status-firefox39:
--- → affected
status-firefox40:
--- → affected
Assignee | ||
Comment 1•9 years ago
|
||
/r/6631 - Bug 1151089 - Move slide up animations to onResume. r=liuche Pull down this commit: hg pull -r b640e4ccfc429341dbc0b78e04445d56a6417493 https://reviewboard-hg.mozilla.org/gecko/
Attachment #8588202 -
Flags: review?(liuche)
Comment 2•9 years ago
|
||
Comment on attachment 8588202 [details] MozReview Request: bz://1151089/mcomella https://reviewboard.mozilla.org/r/6629/#review5489 ::: mobile/android/base/overlays/ui/ShareDialog.java (Diff revision 1) > + final Animation anim = AnimationUtils.loadAnimation(this, R.anim.overlay_slide_up); This is fine for this commit, because you're just moving code, but I'm curious why this uses AnimationUtils rather then Animators - is using resource animations faster than creating them dynamically in Java?
Attachment #8588202 -
Flags: review?(liuche) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://reviewboard.mozilla.org/r/6629/#review5493 > This is fine for this commit, because you're just moving code, but I'm curious why this uses AnimationUtils rather then Animators - is using resource animations faster than creating them dynamically in Java? Disclaimer: I know nothing about animations. Background: this was created a while ago when we didn't have much precedent for animation so it's using "legacy" style. ;) To answer your curiousity, imo, abstracting away animations from code is nice, but I don't know what APIs are available on newer devices (since this uses extremely old APIs).
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/f1da7543f551
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8588202 [details] MozReview Request: bz://1151089/mcomella Please handle uplifting to 39 (aurora) and I'll handle uplift to 38 as part of uplifting bug 1130203. Approval Request Comment [Feature/regressing bug #]: bug 1130203, or so [User impact if declined]: Users will see an improper (and ugly) entry animation when they choose the "Send to other devices" option - i.e. polish. [Describe test coverage new/current, TreeHerder]: None [Risks and why]: Low - we change where the animation code is called from so that it happens every time (rather than being placed after an early return). [String/UUID change made/needed]: None
Attachment #8588202 -
Flags: approval-mozilla-beta?
Attachment #8588202 -
Flags: approval-mozilla-aurora?
Comment 6•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f1da7543f551
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
Comment 7•9 years ago
|
||
Michael, 38 is marked as unaffected, why do you want to uplift it then?
Flags: needinfo?(michael.l.comella)
Assignee | ||
Comment 8•9 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #7) > Michael, 38 is marked as unaffected, why do you want to uplift it then? It's unaffected until I land bug 1130203, which is flagged beta+.
Flags: needinfo?(michael.l.comella)
Updated•9 years ago
|
Attachment #8588202 -
Flags: approval-mozilla-beta?
Attachment #8588202 -
Flags: approval-mozilla-beta+
Attachment #8588202 -
Flags: approval-mozilla-aurora?
Attachment #8588202 -
Flags: approval-mozilla-aurora+
Updated•9 years ago
|
Flags: qe-verify+
Assignee | ||
Comment 10•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-beta/rev/358448358c21
Comment 11•9 years ago
|
||
Verified fixed Nightly 40.0a1 (2015-04-08) and Aurora 39.0a2 (2015-04-09) Still needs to be verified on Beta 38.0b4 before closing
Comment 12•9 years ago
|
||
Works correctly on Beta 38.0b3 on Sony Xperia Z2 (4.4.4) Verifying.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 13•9 years ago
|
||
Attachment #8588202 -
Attachment is obsolete: true
Attachment #8619970 -
Flags: review+
Assignee | ||
Comment 14•9 years ago
|
||
Updated•6 years ago
|
Flags: qe-verify+
Updated•3 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•