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

Make tooltips work in fullscreen mode #5488

Merged
merged 1 commit into from
Apr 16, 2021

Conversation

PVince81
Copy link
Member

Fixes #5027

This sets the default tooltip container to not be the body but the Vue element that we select in fullscreen mode.

I've verified that the scope of this default is only available in the talk app by adding log statements in the notifications app and log that setting while in the talk app. In the notifications app the default stays body.
This confirms that library specific globals are only available in the library scope in which it was included/compiled and since every app bundle its own version of nextcloud/vue with the tooltip, then we're fine.

@nickvergessen nickvergessen merged commit d0810ec into master Apr 16, 2021
@nickvergessen nickvergessen deleted the bugfix/5027/tooltips-in-fullscreen-mode branch April 16, 2021 12:43
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.

In fullscreen, neither the call actions menu nor the personal controls menu works, the viewer neither
2 participants