Closed
Bug 849573
Opened 12 years ago
Closed 12 years ago
Regression: GL graphic glitches in tab menu - LG Nexus 4
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(firefox21 unaffected, firefox22 fixed, fennec22+)
VERIFIED
FIXED
Firefox 22
Tracking | Status | |
---|---|---|
firefox21 | --- | unaffected |
firefox22 | --- | fixed |
fennec | 22+ | --- |
People
(Reporter: aaronmt, Assigned: cwiiis)
References
Details
(Keywords: regression, reproducible)
Attachments
(2 files)
101.75 KB,
image/png
|
Details | |
3.22 KB,
patch
|
sriram
:
review+
|
Details | Diff | Splinter Review |
Regression from bug 716403; steps: open the tab menu
See screenshot
--
LG Nexus 4 (Android 4.2.2)
Nightly (03/09)
Assignee | ||
Comment 1•12 years ago
|
||
I've tried this on the most recent Nightly on a Nexus 4 wih 4.2.2 and I can't reproduce. Do you literally just open the tabs tray and that's what happens? I've tried opening it from all orientations, with a page or the home screen loaded and everything is fine (well, except for the SurfaceView not scrolling in the landscape-right orientation, but whatever...)
Reporter | ||
Comment 2•12 years ago
|
||
Open and close the tab tray in portrait rapidly on about:home
Reporter | ||
Comment 3•12 years ago
|
||
In my case I had content open, using 03.11's build now yielding the same problem when the tray tray rolls back up.
Reporter | ||
Comment 4•12 years ago
|
||
Captured a video of it: http://www.youtube.com/watch?v=crQAtzgAqoQ&hd=1
Assignee | ||
Comment 5•12 years ago
|
||
Oh, I see, was able to reproduce (though it's very hard to catch :)) - I'll defer to Lucas/Sriram on this as it doesn't/shouldn't involve Gecko...
Reporter | ||
Comment 6•12 years ago
|
||
Second video: http://www.youtube.com/watch?v=psTtF6Q2uFc&hd=1
Comment 7•12 years ago
|
||
leaving as a tracking nom until we get a regression window
Keywords: regressionwindow-wanted
Updated•12 years ago
|
Assignee: nobody → lucasr.at.mozilla
Reporter | ||
Comment 8•12 years ago
|
||
(In reply to Brad Lassey [:blassey] from comment #7)
> leaving as a tracking nom until we get a regression window
Bug 716403.
Assignee: lucasr.at.mozilla → nobody
Keywords: regressionwindow-wanted
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → lucasr.at.mozilla
Comment 10•12 years ago
|
||
bug 848317 (duped to this) is much easier to reproduce. Just copy the URL in the url bar using the action bar button; as the action bar dismisses you will see the graphical glitch.
Reporter | ||
Comment 11•12 years ago
|
||
I find dismissing the tab menu just as easy. Unrelated, I also see this on about:home https://bug846772.bugzilla.mozilla.org/attachment.cgi?id=720039 on dismissal
Updated•12 years ago
|
tracking-fennec: ? → 22+
Updated•12 years ago
|
Keywords: regressionwindow-wanted
Assignee | ||
Comment 12•12 years ago
|
||
I don't think we need a regression window, this was caused by bug 716403 and would likely be fixed by not using the LinearLayout spacer. I thought we'd talked about this?
Keywords: regressionwindow-wanted
Comment 13•12 years ago
|
||
After discussing this on IRC, we suspect bug 716403 might not be the offender here. Requesting a regression window.
Keywords: regressionwindow-wanted
Reporter | ||
Updated•12 years ago
|
Summary: Regression: GL graphic glitches on navigation bar - LG Nexus 4 → Regression: GL graphic glitches in tab menu - LG Nexus 4
Reporter | ||
Comment 14•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Keywords: regressionwindow-wanted
Reporter | ||
Comment 15•12 years ago
|
||
Video I recorded earlier http://www.youtube.com/watch?v=f83KB67oZt4
Assignee | ||
Comment 16•12 years ago
|
||
If I'm very quick, I can get a black area to appear similar to the video Aaron recorded on my RAZRi - It seems that cancelling the animation before it completes runs the whole animation backwards (as opposed to just the part that's necessary), but there's nothing rendered in the surface for it to animate and it just ends up with whatever junk was in the texture (I guess).
It seems like this could be fixed by cancelling the animation with the immediate flag that I added. I'm going to see if this is easy and cook up a patch.
Assignee | ||
Comment 17•12 years ago
|
||
Does fix it for me :) Patch incoming.
Assignee | ||
Updated•12 years ago
|
Assignee: lucasr.at.mozilla → chrislord.net
Status: NEW → ASSIGNED
Assignee | ||
Comment 18•12 years ago
|
||
Attachment #727423 -
Flags: review?(sriram)
Comment 19•12 years ago
|
||
Comment on attachment 727423 [details] [diff] [review]
Handle interrupted tabs tray animation more gracefully
Review of attachment 727423 [details] [diff] [review]:
-----------------------------------------------------------------
This looks good to me.
Attachment #727423 -
Flags: review?(sriram) → review+
Assignee | ||
Comment 20•12 years ago
|
||
Thanks for your impressively fast review, unfortunately I couldn't capitalise on it because inbound was closed and I had to sleep :( Still, pushed now: https://hg.mozilla.org/integration/mozilla-inbound/rev/13efcaa536a7
Comment 22•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 22
Updated•12 years ago
|
Updated•4 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
•