blindsidenetworks / mattermost-plugin-bigbluebutton

BigBlueButton plugin for Mattermost :electric_plug:
Apache License 2.0
89 stars 43 forks source link

'Start BBB Meeting' line sometimes not visible in user-profile popover #131

Closed H-B-Schmidt closed 3 years ago

H-B-Schmidt commented 3 years ago

Mattermost 5.30/5.31 - BBB Plugin 2.2.0

If I click on a username at the bottom of the screen for the first time, the user profile pop window is placed so that the 'Start BBB meeting' line is is not visible. If I click again the popup window is placed correctly.

This is true for both firefox and chrome so it seems to not be browser related. Not sure wether this is a BBB plugin or mattermost problem.

Expl.: Bad display after first click <div id="user-profile-popover" role="tooltip" class="fade in user-profile-popover popover popover-sm popover-info right" style="display: block; top: 659px; left: 508.734px;">

Expl: Good display after second click <div id="user-profile-popover" role="tooltip" class="fade in user-profile-popover popover popover-sm popover-info right" style="display: block; top: 625px; left: 508.734px;">

harshilsharma63 commented 3 years ago

@H-B-Schmidt if I got this right, you're referring to this issue -

Screenshot 2021-05-30 at 5 35 42 PM

If yes, this is a Mattermost issue and not a plugin issue. I'll look into it though.

harshilsharma63 commented 3 years ago

@H-B-Schmidt can you share a GIF shows what's happening with your setup? I think the popup? I double checked and I see the popover correctly adjusting for viewport boundary.

H-B-Schmidt commented 3 years ago

I can't recreate it so it must have been fixed by some update.