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 upregression: background images painted only after reflow #10163
Closed
Comments
mbrubeck
added a commit
to mbrubeck/servo
that referenced
this issue
Mar 25, 2016
After servo#10021, `LayoutThread::repaint` no longer forced a repaint because of the `restyle_damage` check. This patch adds the correct restyle damage and fixes servo#10163.
bors-servo
added a commit
that referenced
this issue
Mar 25, 2016
Fix forced repaint on image load After #10021, `LayoutThread::repaint` no longer forced a repaint because of the `restyle_damage` check. This patch adds the correct restyle damage and fixes #10163. r? @pcwalton <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10197) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The follow page only turns red after a reflow (resizing the window for example):
It's a regression, and I believe it might be because of #10021. See #10021 (comment).