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 upiframes not clipped by border radius #9983
Closed
Labels
Comments
|
We actually don't support clipping iframes at all. The appropriate clip region isn't being communicated to WebRender, and WebRender isn't using it. Working on a fix. |
pcwalton
added a commit
to pcwalton/webrender_traits
that referenced
this issue
Mar 31, 2016
Partially addresses servo/servo#9983.
pcwalton
added a commit
to pcwalton/webrender
that referenced
this issue
Mar 31, 2016
This is a prerequisite to solving servo/servo#9983.
bors-servo
added a commit
to servo/webrender_traits
that referenced
this issue
Apr 8, 2016
Communicate iframe clipping regions to WebRender. Partially addresses servo/servo#9983. r? @glennw
dzbarsky
added a commit
to dzbarsky/webrender_traits
that referenced
this issue
Apr 17, 2016
Partially addresses servo/servo#9983.
pcwalton
added a commit
to pcwalton/webrender
that referenced
this issue
May 10, 2016
This is a prerequisite to solving servo/servo#9983.
bors-servo
added a commit
to servo/webrender
that referenced
this issue
May 10, 2016
Clip iframes to clipping regions that consist of single rectangles. This is a prerequisite to solving servo/servo#9983. Requires servo/webrender_traits#28. r? @glennw
|
Assigning myself here as well, because I've been working on this as well and should be able to have a fix rather quickly. |
|
This should be fixed by #17771. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affects browserhtml
border-radiuson a iframe and its parents doesn't clip the content of the iframe.Happens both with and without webrender.