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 upInlines should be able to create stacking contexts if not filtered, canvas, or iframe #7424
Labels
Comments
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Nov 6, 2015
Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes servo#7424. Fixes servo#5812.
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Nov 6, 2015
Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes servo#7424. Fixes servo#5812.
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Nov 8, 2015
Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes servo#7424. Fixes servo#5812.
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Nov 10, 2015
Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes servo#7424. Fixes servo#5812.
bors-servo
added a commit
that referenced
this issue
Nov 11, 2015
Properly make stacking contexts for inlines Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes #7424. Fixes #5812. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8376) <!-- Reviewable:end -->
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Nov 11, 2015
Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes servo#7424. Fixes servo#5812.
bors-servo
added a commit
that referenced
this issue
Nov 11, 2015
Properly make stacking contexts for inlines Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes #7424. Fixes #5812. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8376) <!-- Reviewable:end -->
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Nov 11, 2015
Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes servo#7424. Fixes servo#5812.
bors-servo
added a commit
that referenced
this issue
Nov 11, 2015
Properly make stacking contexts for inlines Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes #7424. Fixes #5812. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8376) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 12, 2015
Properly make stacking contexts for inlines Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes #7424. Fixes #5812. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8376) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the comment in
build_display_list_for_inline. Related: #5812.