-
Notifications
You must be signed in to change notification settings - Fork 25k
Fallback to the first foregroundInactive window when there are no foregroundActive windows in RCTKeyWindow
#44167
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D56354741 |
…foregroundActive` windows in RCTKeyWindow (facebook#44167) Summary: We received an issue for OSS where, when the main window is inactive and the system tries to present a dialog, the dialog is not presented in the right position on the screen. This change introduce a fallback to the first inactive window (which is still visible on screen) and it fixes the issues. ## Changelog: [iOS][Changed] - Fallback to the first `foregroundInactive` window when there are no `foregroundActive` windows in RCTKeyWindow Differential Revision: D56354741
…foregroundActive` windows in RCTKeyWindow (facebook#44167) Summary: We received an issue for OSS where, when the main window is inactive and the system tries to present a dialog, the dialog is not presented in the right position on the screen. This change introduce a fallback to the first inactive window (which is still visible on screen) and it fixes the issues. ## Changelog: [iOS][Changed] - Fallback to the first `foregroundInactive` window when there are no `foregroundActive` windows in RCTKeyWindow Differential Revision: D56354741
0091783 to
17da3ce
Compare
|
This pull request was exported from Phabricator. Differential Revision: D56354741 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D56354741 |
|
This pull request has been merged in 42ceacd. |
|
This pull request was successfully merged by @cipolleschi in 42ceacd. When will my fix make it into a release? | How to file a pick request? |
…foregroundActive` windows in RCTKeyWindow (#44167) Summary: Pull Request resolved: #44167 We received an issue for OSS where, when the main window is inactive and the system tries to present a dialog, the dialog is not presented in the right position on the screen. This change introduce a fallback to the first inactive window (which is still visible on screen) and it fixes the issues. [iOS][Changed] - Fallback to the first `foregroundInactive` window when there are no `foregroundActive` windows in RCTKeyWindow Reviewed By: dmytrorykun Differential Revision: D56354741 fbshipit-source-id: fa23131ecd40f6d91c705879a72890506ee21486
…foregroundActive` windows in RCTKeyWindow (facebook#44167) Summary: Pull Request resolved: facebook#44167 We received an issue for OSS where, when the main window is inactive and the system tries to present a dialog, the dialog is not presented in the right position on the screen. This change introduce a fallback to the first inactive window (which is still visible on screen) and it fixes the issues. ## Changelog: [iOS][Changed] - Fallback to the first `foregroundInactive` window when there are no `foregroundActive` windows in RCTKeyWindow Reviewed By: dmytrorykun Differential Revision: D56354741 fbshipit-source-id: fa23131ecd40f6d91c705879a72890506ee21486
…foregroundActive` windows in RCTKeyWindow (facebook#44167) Summary: Pull Request resolved: facebook#44167 We received an issue for OSS where, when the main window is inactive and the system tries to present a dialog, the dialog is not presented in the right position on the screen. This change introduce a fallback to the first inactive window (which is still visible on screen) and it fixes the issues. ## Changelog: [iOS][Changed] - Fallback to the first `foregroundInactive` window when there are no `foregroundActive` windows in RCTKeyWindow Reviewed By: dmytrorykun Differential Revision: D56354741 fbshipit-source-id: fa23131ecd40f6d91c705879a72890506ee21486
Summary:
We received an issue for OSS where, when the main window is inactive and the system tries to present a dialog, the dialog is not presented in the right position on the screen.
This change introduce a fallback to the first inactive window (which is still visible on screen) and it fixes the issues.
Changelog:
[iOS][Changed] - Fallback to the first
foregroundInactivewindow when there are noforegroundActivewindows in RCTKeyWindowDifferential Revision: D56354741