Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic in handle_primitive_run #894

Closed
jrmuizel opened this issue Feb 17, 2017 · 2 comments
Closed

panic in handle_primitive_run #894

jrmuizel opened this issue Feb 17, 2017 · 2 comments

Comments

@glennw
Copy link
Member

@glennw glennw commented Feb 17, 2017

@jrmuizel says this isn't super urgent, as the failing tests can be disabled for now.

@jrmuizel
Copy link
Contributor Author

@jrmuizel jrmuizel commented Feb 17, 2017

mrobinson added a commit to mrobinson/webrender that referenced this issue Feb 20, 2017
When content was transformed to an empty rectangle, we didn't always
make its ClipScrollGroup xf_rect member None. This caused an issue when
we tried to use the xf_rect member of the ScrollLayer for masking,
which was properly set to None. We fix this issue by making the
behavior consistent between the two structs.

Fixes servo#894.
bors-servo added a commit that referenced this issue Feb 21, 2017
Properly handle content transformed to empty rect

When content was transformed to an empty rectangle, we didn't always
make its ClipScrollGroup xf_rect member None. This caused an issue when
we tried to use the xf_rect member of the ScrollLayer for masking,
which was properly set to None. We fix this issue by making the
behavior consistent between the two structs.

Fixes #894.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/905)
<!-- Reviewable:end -->
nical added a commit to nical/webrender that referenced this issue Feb 21, 2017
When content was transformed to an empty rectangle, we didn't always
make its ClipScrollGroup xf_rect member None. This caused an issue when
we tried to use the xf_rect member of the ScrollLayer for masking,
which was properly set to None. We fix this issue by making the
behavior consistent between the two structs.

Fixes servo#894.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.