Skip to content
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

Use container property to fix popups in fulllscreen mode #5291

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

PVince81
Copy link
Member

@PVince81 PVince81 commented Mar 2, 2021

Many popup components are usually appending themselves to the document
body. This doesn't work in fullscreen mode where we use another
component as the root.

This fix sets the "container" property for all relevant popup components
to make sure they can be visible in fullscreen mode.

Partial fix of #5027

Many popup components are usually appending themselves to the document
body. This doesn't work in fullscreen mode where we use another
component as the root.

This fix sets the "container" property for all relevant popup components
to make sure they can be visible in fullscreen mode.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
@PVince81 PVince81 force-pushed the bugfix/5027/popup-use-container-for-fullscreen branch from ab581f4 to 9eaa043 Compare March 3, 2021 16:26
@PVince81
Copy link
Member Author

PVince81 commented Mar 3, 2021

rebased to pick up library update

@PVince81
Copy link
Member Author

PVince81 commented Mar 4, 2021

please review

@PVince81 PVince81 merged commit 5db3f9d into master Mar 4, 2021
@PVince81 PVince81 deleted the bugfix/5027/popup-use-container-for-fullscreen branch March 4, 2021 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants