Closed
Bug 850217
Opened 12 years ago
Closed 12 years ago
Regression: Screen artifacts on search suggestion acceptance animation
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(firefox21 unaffected, firefox22+ verified, firefox23 verified, fennec22+)
VERIFIED
FIXED
Firefox 22
Tracking | Status | |
---|---|---|
firefox21 | --- | unaffected |
firefox22 | + | verified |
firefox23 | --- | verified |
fennec | 22+ | --- |
People
(Reporter: aaronmt, Assigned: lucasr)
Details
(Keywords: regression, reproducible, Whiteboard: [ui-hackathon])
Attachments
(4 files)
90.51 KB,
image/png
|
Details | |
5.85 KB,
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
126.94 KB,
image/png
|
Details | |
2.21 KB,
patch
|
mfinkle
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
See screenshot
I have seen this on a variety of phones tested thus far
* Samsung Galaxy Note
* Samsung Galaxy Note II
* Sony Xperia Play
* Samsung Galaxy SII
* Samsung Galaxy Nexus
--
Nightly (03/12)
Reporter | ||
Updated•12 years ago
|
Blocks: dynamic-toolbar
Keywords: regression
Reporter | ||
Comment 1•12 years ago
|
||
See this on pretty much every device, as the thing slides off when you accept suggestions - some devices the text leaves artifacts, on others I get a black flash on the screen.
Reporter | ||
Updated•12 years ago
|
tracking-fennec: --- → ?
Keywords: reproducible
Summary: Screen artifacts on search suggestion acceptance animation → Regression: Screen artifacts on search suggestion acceptance animation
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 2•12 years ago
|
||
On today's Nightly it's animated with a black bar for me on my Nexus 4
http://www.youtube.com/watch?v=c84u8kwMO6w
Updated•12 years ago
|
Keywords: regressionwindow-wanted
Reporter | ||
Comment 3•12 years ago
|
||
My mistake, not the dynamic-toolbar
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e7632ab657e5&tochange=b0e08db3bc2a
In particular http://hg.mozilla.org/mozilla-central/diff/29de190ac31c/mobile/android/base/resources/layout/awesomebar_suggestion_prompt.xml
No longer blocks: dynamic-toolbar
Keywords: regressionwindow-wanted
Updated•12 years ago
|
Assignee: nobody → sriram
tracking-fennec: ? → 22+
Updated•12 years ago
|
tracking-firefox22:
--- → ?
Reporter | ||
Comment 4•12 years ago
|
||
Happy to try a build with that backed out for confirmation
Updated•12 years ago
|
Comment 5•12 years ago
|
||
The background stays - no corruption
The content has a transparent container - no overdraw
WIN! WIN!
Attachment #728512 -
Flags: review?(bnicholson)
Updated•12 years ago
|
Attachment #728512 -
Flags: review?(bnicholson) → review+
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 22
Reporter | ||
Comment 8•12 years ago
|
||
This wasn't tested and is still busted.
http://cl.ly/image/0y3L2t3G2T3W
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 9•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Status: REOPENED → ASSIGNED
Comment 13•12 years ago
|
||
Lucas - Take a look?
Assignee: sriram → lucasr.at.mozilla
Flags: needinfo?(sriram)
Comment 14•12 years ago
|
||
setAnimation() sets the next animation to be carried out on a view, but doesnt start it.
We set a sliding animation for the text+button. But we slide the entire layout (with the background). This caused the artifact.
This patch slides the text+button to the right, and slides the list view and outer container (with blue color) to the top.
Attachment #747536 -
Flags: review?(mark.finkle)
Comment 15•12 years ago
|
||
Comment on attachment 747536 [details] [diff] [review]
Patch 2: Screen artifact
Will this uplift to Fx22 (Aurora) ? If not, can you rebase for Aurora?
Attachment #747536 -
Flags: review?(mark.finkle) → review+
Comment 16•12 years ago
|
||
This will uplift to Fx22 without a need for rebasing.
This was tested in Nexus 4 too (that ugly graphics phone!)
https://hg.mozilla.org/integration/mozilla-inbound/rev/db1de122b262
Comment 17•12 years ago
|
||
Comment on attachment 747536 [details] [diff] [review]
Patch 2: Screen artifact
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Overdraw removal on awesomescreen.
User impact if declined: Artifacts on the search suggestion selection.
Testing completed (on m-c, etc.): Landed in m-i on 05/09.
Risk to taking this patch (and alternatives if risky): None. Proper animations are done now.
String or IDL/UUID changes made by this patch: None.
Attachment #747536 -
Flags: approval-mozilla-aurora?
Comment 18•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Updated•12 years ago
|
Attachment #747536 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 20•12 years ago
|
||
Updated•12 years ago
|
Comment 21•12 years ago
|
||
Verified fixed on:
-build: Firefox for Android 22 Beta 2
-device: Samsung Galaxy Nexus
-OS: Android 4.1.1
Updated•5 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
•