Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInset box shadow rendering bug #2068
Comments
|
Tested this on Linux with an Intel GPU and on Windows 10 with an nVidia GPU. Seems to be affected by the page zoom in FF. |
|
I've tried to recreate this in a sample app but I can't trigger the weird behavior, wondering if its Gecko specific or if I have the conditions that trigger it wrong. |
|
This is a regression from Nightly's perspective: https://bugzilla.mozilla.org/show_bug.cgi?id=1419528#c2 (Radeon RX480 @ Debian Testing, KDE) |
|
These glitches often depend on the contents of the surface cache and the allocation patterns, so it might be quite difficult to hand-craft a test case. What I normally do in these cases is do a binary wrench recording ( |
|
I think this is fixed by #2307 - are you able to confirm? |
|
Yes can confirm that fixed it. |
While browsing this docs.microsoft.com page I noticed strange lines in the tree view on the left.
If you look at this page you'll notice extra lines being drawn for inset box shadows compared to FF Nightly with WR off.
Setting any of the values to non-zero causes the issue to go away.