-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Rename AbsolutePositioning errata #42318
Conversation
This pull request was exported from Phabricator. Differential Revision: D52820117 |
Summary: X-link: facebook/react-native#42318 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs Differential Revision: D52820117 fbshipit-source-id: 5b0461d446e25ca5806652b89c9ef30921b8c3f5
a15ac7c
to
b8aa4e0
Compare
Summary: X-link: facebook/yoga#1558 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs Differential Revision: D52820117
This pull request was exported from Phabricator. Differential Revision: D52820117 |
Summary: Pull Request resolved: facebook#1558 X-link: facebook/react-native#42318 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs Differential Revision: D52820117 fbshipit-source-id: 7f306a32022de8cbf38734597a68effe358293b6
Base commit: f30f867 |
b8aa4e0
to
34d6309
Compare
Summary: X-link: facebook/yoga#1558 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs Reviewed By: NickGerleman Differential Revision: D52820117
This pull request was exported from Phabricator. Differential Revision: D52820117 |
34d6309
to
517bb52
Compare
Summary: X-link: facebook/yoga#1558 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs Reviewed By: NickGerleman Differential Revision: D52820117
This pull request was exported from Phabricator. Differential Revision: D52820117 |
517bb52
to
396b1a4
Compare
Summary: X-link: facebook/yoga#1558 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs Reviewed By: NickGerleman Differential Revision: D52820117
This pull request was exported from Phabricator. Differential Revision: D52820117 |
Summary: Pull Request resolved: facebook#1558 X-link: facebook/react-native#42318 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs Reviewed By: NickGerleman Differential Revision: D52820117 fbshipit-source-id: 21a70973155bb37e437ca4754e746fdae928af21
Summary: Pull Request resolved: facebook#1558 X-link: facebook/react-native#42318 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs Reviewed By: NickGerleman Differential Revision: D52820117 fbshipit-source-id: f4d82790d3c9aa555f28882fb0e2939c88ad6069
396b1a4
to
85b0788
Compare
Summary: X-link: facebook/yoga#1558 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs bypass-github-export-checks Reviewed By: NickGerleman Differential Revision: D52820117
This pull request was exported from Phabricator. Differential Revision: D52820117 |
…feature to false (facebook#42253) Summary: X-link: facebook/yoga#1549 This experimental feature is always false, and with the next diff I will be deleting the branch that actually calls into this. Separating this diff out to simplify the review process. bypass-github-export-checks Reviewed By: NickGerleman Differential Revision: D52705765
Summary: X-link: facebook/yoga#1556 Since we aim to ship static to all users of yoga (not just XPR), we need to remove the errata that is gating most of the features. This should be a non breaking change. To ensure that, I added a new errata which, if on, will use the inner size of the containing node as the containing block. This is how it has been for a while and resolving this is risky and time consuming so for the time being we will stick with that. bypass-github-export-checks Reviewed By: NickGerleman Differential Revision: D52706161
…2316) Summary: We need to change the typing to allow for 'static'. An issue here is that Paper will not have `static` due to missing z-index logic. Unfortunately, we cannot create a fabric-only version of the typing as we cannot have conditional elements of the same name in ts. To remedy this we took out the parsing of the string 'static' in Paper. Instead we will just emit a warning and default to `relative`. bypass-github-export-checks Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D51431524
…k#42317) Summary: Added a complicated zIndex test and corresponding screenshot test for it. bypass-github-export-checks Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D52439963
Summary: X-link: facebook/yoga#1558 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs bypass-github-export-checks Reviewed By: NickGerleman Differential Revision: D52820117
85b0788
to
3d8b97b
Compare
This pull request was exported from Phabricator. Differential Revision: D52820117 |
Summary: Pull Request resolved: facebook#1558 X-link: facebook/react-native#42318 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs bypass-github-export-checks Reviewed By: NickGerleman Differential Revision: D52820117 fbshipit-source-id: e6046c33ad89575c517bc71cff265f4e6b50fc89
Summary: Pull Request resolved: #1558 X-link: facebook/react-native#42318 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs Reviewed By: NickGerleman Differential Revision: D52820117 fbshipit-source-id: 80b77832baf65e68e57ca523c418422dd346ef0f
Summary: X-link: facebook/yoga#1558 X-link: facebook/react-native#42318 AbsolutePositioning -> AbsolutePositioningCatchAll A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs Reviewed By: NickGerleman Differential Revision: D52820117 fbshipit-source-id: 80b77832baf65e68e57ca523c418422dd346ef0f
This pull request has been merged in 08eb985. |
Summary:
AbsolutePositioning -> AbsolutePositioningCatchAll
A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs
Differential Revision: D52820117