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
Remove isolation conflict log. #1956
Changes from all commits
File filter...
Jump to…
Remove isolation conflict log.
- Loading branch information
| @@ -365,13 +365,6 @@ 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 { | ||
GuanWen-Chen
Author
Contributor
|
||
| error!( | ||
| "Isolation conflict detected on {:?}: {:?}", | ||
| parent_index, | ||
| *isolation | ||
| ); | ||
| } | ||
| *isolation = ContextIsolation::Full; | ||
| } | ||
| } | ||
what if it's
ContextIsolation::Items? overwriting it withFullwould screw up the follow up logic