A tiling background does not loop past the initial viewport region when you scroll until you force a redraw by resizing the window or similar.
Linux
Put a small background image on a body
with a tall height, enough so you can scroll. (Please see provided reduced test case.)
Background image should continue seamlessly looping when you scroll.
When you scroll past the initial viewport region, Ladybird then shows only the background color, instead of the background image continuing to tile, until it fully redraws.
N/A
<body>
<style>
body {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAAAAADhZOFXAAAAEUlEQVQI12NwgQAGBvIYMAAAFgoNBd2e9WYAAAAASUVORK5CYII=);
height: 5000px;
}
</style>
</body>
N/A
In this screenshot took after scrolling, the white region should not be white:
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too