Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
6.1.0, 6.2.0
-
None
-
None
Description
When entering the conference room there are some calculations happening that end up making:
On the bottom of the screen there is an around 4px margin on all of the elements to the edge of the browser:
=> There shouldn't be a 4px white gap between the "Activities and actions" and the browser window.
The menu bar is not completely visible, roughly 4px are outside of the visible area:
=> There should be equal margin under the menu items and above. But there isn't.
You can also see the effect when you enter and exit a room and then look at the menu logo:
Before entering the room the logo is displayed correctly:
When exiting the room the logo is moved outside of the viewport by 4-6pixels:
==> The reason for both is that somehow when the whiteboard is loaded the entire body of the HTML is moved into a 4-6px negative margin.
You can verify that by disabling the whiteboard. The effect is gone.