-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Make Filters implicitly set overflow hidden #46145
Conversation
This pull request was exported from Phabricator. Differential Revision: D61630698 |
This pull request was exported from Phabricator. Differential Revision: D61630698 |
Summary: Pull Request resolved: facebook#46145 Filters clip children by default due to using `RenderEffect` we are keeping this behavior but we were clipping to the border box while Web clips to padding box. To keep the clipping consistent we are enforcing `Overflow.HIDDEN` when a view contains a filter. Differential Revision: D61630698
ac6eeac
to
9e870b6
Compare
This pull request was exported from Phabricator. Differential Revision: D61630698 |
Summary: Pull Request resolved: facebook#46145 Filters clip children by default due to using `RenderEffect` we are keeping this behavior but we were clipping to the border box while Web clips to padding box. To keep the clipping consistent we are enforcing `Overflow.HIDDEN` when a view contains a filter. Differential Revision: D61630698
9e870b6
to
db6e60b
Compare
This pull request was exported from Phabricator. Differential Revision: D61630698 |
Summary: Pull Request resolved: facebook#46145 Filters clip children by default due to using `RenderEffect` we are keeping this behavior but we were clipping to the border box while Web clips to padding box. To keep the clipping consistent we are enforcing `Overflow.HIDDEN` when a view contains a filter. Differential Revision: D61630698
db6e60b
to
45b547a
Compare
Summary: Pull Request resolved: facebook#46145 Filters clip children by default due to using `RenderEffect` we are keeping this behavior but we were clipping to the border box while Web clips to padding box. To keep the clipping consistent we are enforcing `Overflow.HIDDEN` when a view contains a filter. Differential Revision: D61630698
This pull request was exported from Phabricator. Differential Revision: D61630698 |
45b547a
to
88c06b2
Compare
This pull request has been merged in 8618eec. |
This pull request was successfully merged by @jorge-cab in 8618eec When will my fix make it into a release? | How to file a pick request? |
Summary:
Filters clip children by default due to using
RenderEffect
we are keeping this behavior but we were clipping to the border box while Web clips to padding box.To keep the clipping consistent we are enforcing
Overflow.HIDDEN
when a view contains a filter.Differential Revision: D61630698