Closed
Bug 1015176
Opened 7 years ago
Closed 7 years ago
Rendering artifacts with repeated and squeezable page contents
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1017571
People
(Reporter: mstange, Unassigned)
References
Details
Attachments
(1 file)
|
1.83 MB,
image/png
|
Details |
This is happening in today's Nightly, built from https://hg.mozilla.org/mozilla-central/rev/e9b2b72f4e6c , on Mac OS 10.9.3 with OpenGL OMTC. Steps to reproduce: 1. Go to http://www.gruene-mainz-bingen.de/home/ 2. Scroll down about half a screen. 3. Slowly scroll up again. I suspect bug 1012407.
Comment 1•7 years ago
|
||
I can reproduce this. Feel free to back out parts to fix it. I won't be near wifi for a bit but I will provide a fix later (no need wait for that though).
Comment 2•7 years ago
|
||
Fix reviewed over in bug 1012407. Will land it there.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Duplicate of bug: 1012407
Comment 3•7 years ago
|
||
Trunk is fixed but re-opening this one to investigate why we generate texture coords that are outside (0,0)(1,1) and need to be normalized.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 10•7 years ago
|
||
I'm still seeing this on Twitter on a 5/26 Nightly on OSX.
Comment 11•7 years ago
|
||
Can you try with inbound?
Comment 12•7 years ago
|
||
(In reply to Andreas Gal :gal from comment #11) > Can you try with inbound? WFM on inbound, thanks.
Comment 17•7 years ago
|
||
I still see reproducible rendering failures when scrolling a TBPL log [1] horizontally on a 2014-05-29 Nightly: http://i.imgur.com/rXbhHhD.png [1] https://tbpl.mozilla.org/php/getParsedLog.php?id=40625663&tree=Try&full=1#error0 Could this also cause artifacts when opening a new tab? I sometimes see the tab label and icon distorted. Should I file new bugs for the two issues?
I also see this in 32.0a1 (2014-05-29) nightly build http://i.imgur.com/rP3Rr3j.png
Comment 19•7 years ago
|
||
I also saw this with horizontal scrolling (using touchpad) on the about:telemetry page on 2014-05-30 Nightly https://www.dropbox.com/s/qeztvezsl04u2op/Screenshot%202014-05-30%2011.48.16.png
Comment 20•7 years ago
|
||
Tim, Irving, Mano: that seems to be Bug 1018127 (which I also see). Tim: the new tab corruption is something I also see, is probably related, but worth filing. I never managed to get a screenshot.
Comment 21•7 years ago
|
||
(In reply to :Irving Reid from comment #19) > I also saw this with horizontal scrolling (using touchpad) on the > about:telemetry page on 2014-05-30 Nightly > > https://www.dropbox.com/s/qeztvezsl04u2op/Screenshot%202014-05-30%2011.48.16. > png I get the same on the Gmail inbox view. I depends on the window with and I only see it if I have the history sidebar displayed. I did a bisect on it and it identified this: The first bad revision is: changeset: 185407:e6ab1b91f61c user: Andreas Gal <gal@mozilla.com> date: Wed May 28 10:15:31 2014 -0400 summary: Bug 1012407 - Part 7: Use a single GL draw call to draw up to 4 texture quads (r=Bas)
Comment 22•7 years ago
|
||
My issue was fixed by the recent check-in for bug 1017571. Since I was having this issuer with AMD/ATI graphics under Linux using the Xorg ATI driver, the issue is evidently not restricted to either Intel graphics or OSX.
Comment 23•7 years ago
|
||
Thanks for commenting Bill. This is very useful information.
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → DUPLICATE
Duplicate of bug: 1017571
Comment 24•7 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #20) > Tim: the new tab corruption is something I also see, is probably related, > but worth filing. I never managed to get a screenshot. Filed bug 1018681.
You need to log in
before you can comment on or make changes to this bug.
Description
•