-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Flyout full placement mode is busted #2969
Comments
I've been working on a fix for this. |
@khetanashita is going to try building a custom flyout based on Luke Longley's investigation. |
Additonal debugging.... The upshot of this is that if we fix the underlying Yoga/XAML layout problems as referenced in |
Ken worked on this issue and checked in a fix. Closing it. |
@khetanashita @KAnder425 was this something additional to the temporary workaround done in #3640? I didn't see any checkins to the RNW repo... If there's a more permanent solution, we should get that checked into master. |
Flyout has a 'full' placement mode that centers the Flyout. This isn't working - it is being positioned at [0,0].
Repro Steps:
Launch RNTester
Go to Flyout test page
Choose 'full' from placement dropdown
Open the Flyout
RESULT
The Flyout is positioned at (0,0) in the control instead of centered.
The issue is that we're overriding MaxWidth/MaxHeight to 5000x5000 and the XAML logic for positioning the flyout is getting confused in full placement mode.
The text was updated successfully, but these errors were encountered: