Closed
Bug 1252317
Opened 9 years ago
Closed 9 years ago
Text smearing with mousewheel scrolling
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1251894
People
(Reporter: jgilbert, Unassigned)
References
()
Details
(Keywords: correctness, Whiteboard: gfx-noted)
Attachments
(2 files)
No description provided.
Reporter | ||
Updated•9 years ago
|
Keywords: correctness
Whiteboard: gfx-noted
Comment 1•9 years ago
|
||
Not much detail to go on but it's likely a dupe of bug 1236593
Comment 2•9 years ago
|
||
On that note, if anybody outside gfx had filed this bug we would have required a bunch more info before letting it be "gfx-noted" - I think we should hold ourselves to the same standard. WDYT?
Reporter | ||
Comment 3•9 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #2)
> On that note, if anybody outside gfx had filed this bug we would have
> required a bunch more info before letting it be "gfx-noted" - I think we
> should hold ourselves to the same standard. WDYT?
I've given more or less what I expect for an initial volley, though I was terse about the repro. (because the repro is, for me, immediate and obvious)
If it doesn't repro for you, I'm happy to provide more information.
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #1)
> Not much detail to go on but it's likely a dupe of bug 1236593
The only difference I see is that for me it holds steady with this bad drawing. I don't need to pull it out of a video.
This does sound like a dupe though.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Comment 4•9 years ago
|
||
I'm not able to repro this. Although if it's holding steady with the bad state it sounds much more severe than bug 1236593, which was very transient (per comment 8 on that bug).
Reporter | ||
Comment 5•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•9 years ago
|
Blocks: apz-desktop
Comment 6•9 years ago
|
||
How do the prefs layers.componentalpha.enabled and gfx.direct2d.enabled affect the reproducibility of this?
Flags: needinfo?(jgilbert)
not sure if its related, but i do see a ghosting effect during scrolling.
Text elements have his ghost trail during scroll with the mouse wheel
The saw-tooth pattern on this site shows the effect.
Im unable to record it properly though
http://www.awwwards.com/20-best-websites-with-parallax-scrolling-of-2013.html
Fedora 22 & Nightly 47.0a1 (2016-03-02)
Reporter | ||
Comment 8•9 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #6)
> How do the prefs layers.componentalpha.enabled and gfx.direct2d.enabled
> affect the reproducibility of this?
This reproduces for me with layers.componentalpha.enabled:true (the default), but with layers.componentalpha.enabled:false, it does not.
Reporter | ||
Comment 9•9 years ago
|
||
gfx.direct2d.disabled doesn't change the result.
These are both after restarting the browser after pref change, before testing.
Flags: needinfo?(jgilbert)
Comment 10•9 years ago
|
||
Thanks.
Can you turn on paint flashing and see whether we do any main thread painting while the issue is showing itself? I expect that this will show that every main thread repaint resolves the issue briefly, and that the smeared composites are those where there was no main thread paint in between. If this is not the case it would be interesting to know about it.
Flags: needinfo?(jgilbert)
Comment 11•9 years ago
|
||
Actually, never mind that. Can you reproduce this in a debug build? Do you see this message being printed?
"Could not copy render target - source rect out of bounds"
If so, I think I know what's going on and will describe the problem in bug 1251894.
Comment 12•9 years ago
|
||
Jeff, do the builds at https://treeherder.mozilla.org/#/jobs?repo=try&revision=1b306f835b5a fix this for you?
Reporter | ||
Comment 13•9 years ago
|
||
I will give this a try.
Comment 14•9 years ago
|
||
The patch is now on Nightly.
Reporter | ||
Comment 15•9 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #14)
> The patch is now on Nightly.
Looks better initially on my Mar14 nightly build.
Flags: needinfo?(jgilbert)
Comment 16•9 years ago
|
||
Closing as dupe, please reopen if it comes back.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → DUPLICATE
Version: unspecified → 47 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•