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

Relax the isolation conflict log. #2042

Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Relax the isolation conflict log.

  • Loading branch information
GuanWen-Chen committed Nov 15, 2017
commit 4afd920306519031309f747c1f067797afd73431
@@ -323,7 +323,7 @@ impl FrameBuilder {
// must be drawn with a transparent background, unless the parent stacking context
// is the root of the page
let isolation = &mut self.stacking_context_store[parent_index.0].isolation;
if *isolation != ContextIsolation::None {
if *isolation == ContextIsolation::Items {
error!(
"Isolation conflict detected on {:?}: {:?}",
parent_index,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.