New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 617546 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jun 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

IntersectionObserver: doesn't support fixed elements

Reported by l446240525@gmail.com, Jun 6 2016

Issue description

Cc: msrchandra@chromium.org
Labels: Needs-Feedback
@l446240525 -- Could you please provide us what the issue is, so that it would help us triaging the issue further.
Also please let us know the Chrome Version, OS Details and also the expected and actual behavior.
Thanks in Advance.
Status: WontFix (was: Unconfirmed)
The problem is that a is not a containing block for b.  If you modify your css like this:

  #a {
    background: red;
    transform: translate-z(0px);
  }

... then the test case works as expected.  Details about what defines a containing block:

https://www.w3.org/TR/CSS2/visudet.html#containing-block-details

Sign in to add a comment