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

[Mobile] - Setting or clearing user status locks the whole screen #10702

Merged
merged 1 commit into from Oct 26, 2020

Conversation

Zh4rsiest
Copy link
Contributor

What does this PR do?

On mobile if you clicked on a user or your own user to set their status, the tethered modal would keep it's z-index (15), which would prevent the user from interacting with anything because the tethered modal would overlap the whole site.

I think strictly comparing keepOpen variable to null was done mistakenly as the keepOpen variable is either true or false and that was the reason the modal didn't close after setting or clearing user status.

Closes Issue(s)

closes #...
Haven't found any issues about this problem

Motivation

After work debugging

On mobile if you clicked on a user or your own user to set their status, the tethered modal would keep it's z-index, which would prevent the user from interacting with anything because the tethered modal would overlap the whole site.
@antobinary antobinary merged commit b864962 into bigbluebutton:develop Oct 26, 2020
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.

None yet

3 participants