NYT mini-crossword rendering errors when inputting in answers
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox110 | --- | affected |
People
(Reporter: fiveNinePlusR, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
When using hardware accelerated webrendering there is a layout glitch when using the new york times crossword puzzle.
Attached are the various states of the puzzle play field when inputting successive characters.
the game is here: https://www.nytimes.com/crosswords/game/mini
I have verified that the glitch goes away when using software rendering and attached the relevant sections of about:support.
Reporter | ||
Comment 1•2 years ago
|
||
about:support info
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Comment 4•2 years ago
|
||
My guess from attempting to repro this on Windows is that we're having a tile refresh issue on OSX in the compositor (I think the SVG that composes this board is split across tiles slightly before the letter Y in the screenshot in comment #3), but I'm not entirely sure what provokes that behavior on OSX and I'm not familiar with the OSX compositor. Turning off the pref gfx.webrender.compositor did not fix it according to the reporter.
Most interesting aspects of this page is that the game board is an SVG which is edited in the DOM - so invalidating PictureCache tiles in WR for the affected parts that changed color is the mechanism. So we're updating parts of an SVG which may not be a thoroughly tested scenario.
Updated•2 years ago
|
Comment 5•2 years ago
|
||
Is this just bug 1661505? Note the reporter need to override the blocklist added by bug 1661505
Reporter | ||
Comment 6•2 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #5)
Is this just bug 1661505? Note the reporter need to override the blocklist added by bug 1661505
It could be but I don't think it is consistent with that bug. Reddit.com and every other website i've gone to work fine and this bug is triggering on my discrete graphics card since I have an external monitor plugged in. This is the only instance of a site not working correctly that i have found.
Having the blocklist enabled for this graphics card combo(even if the intel card is not being used) definitely causes a slower rendering and more system memory intensive experience. I don't think it should be a blanket ban like that.
Reporter | ||
Comment 7•2 years ago
|
||
resizing the window causes layout glitches as shown in this short video.
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 8•2 years ago
|
||
seems like this issue is fixed by https://hg.mozilla.org/releases/mozilla-release/rev/0f65338754cc342866648c18dee2b5291b387f9f
Description
•