Open cvan opened 9 years ago
@cvan Are you running in Nightly? If you run using graphene it won't do this since we are using mozbrowser
on the iframe
@caseyyee that screenshot was of Graphene
@cvan can you confirm that the site is loaded into #frames
and hasn't taken over some other container?
when I select the <iframe>
in the Developer Tools, it seems fine.
it looks like a z-index
issue. but I'm not sure how it's happening. it's fine in standalone Nightly, just not Graphene. I thought it was related to mozbrowser
, or maybe the transform
we're doing on the iframe or the threed
. but I removed all that, and it still happened.
very strange!
Content is flowing outside the bounds of the iframe (highlighted in red). This is also visible in VR mode.
@kearwood Here's a standalone example of the problem.
Running in may 7th build from vlad.
Seems to occur when preserve-3d is applied with translate3d set.
@vvuk, Perhaps this is due to ContainerLayerComposite::ContainerRender() skipping the RenderIntermediate() branch for iframes when VR is enabled.
@caseyyee to try to reproduce and check if we need to file a Bugzilla bug, and will file if so
tried loading the Google I/O web site, and things got real funky:
totally a wild guess, but it looks like a CSS clip path gone funky after the animation finishes.
and I actually had to refresh the browser for things to fix themselves.
it has
meta[name="application-name"]
andmeta[name="theme-color"]
tags, but it seems unrelated when I tried a simplified test case._a chrome takeover by Google. how fitting._