Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
On MS Edge, when the Guacamole menu is opened, the display jumps to the top of the screen. In other browsers, the display remains perfectly centered regardless of whether the menu is opened. The behavior is inconsistent in MS Edge; opening the menu causes the display to jump, but it sometimes jumps back, and opening/closing the menu frequently causes the problem to repeatedly correct itself and recur.
To reproduce:
- Open a connection within MS Edge.
- Resize the window such that the display is centered with space above and below.
- Open and close the Guacamole menu, and watch the display bounce around.
This seems to be a layout bug in MS Edge, as investigation reveals that the bounce is due to a display: table-cell element not being sized to vertically to fit the containing display: table element, but perhaps there is a workaround.