When browser width is ~500px or less, the toolbar docks to the bottom of the screen, which is cool.
(toolbar docks to the bottom of screen when width <= 500px)
Unfortunately, in the “docked” state, the “more actions” button appears to be broken.
On meet.jit.si currently, clicking on “More actions” opens both the menu and the raised hand popup.
I’m assuming that’s a known issue since “raise hand” menu no longer triggered in https://alpha.jitsi.net and https://beta.meet.jit.si/, but alas the menu is now no longer visible and clicking on “More Actions” only shows the tooltip in a rather strange way.
Issue is reproducible in latest Chrome and Firefox on desktop, but does not appear to affect Chrome on mobile.
p.s. also just noticed that when toolbar is docked, the tooltips are no longer shown on hover.
I’m assuming this has now hit alpha. I’ve just tested this, and the tooltip issues is now resolved and most buttons can now be triggered.
Alas, this uncovers the other issues which is also present in meet.jit.si where clicking on the “More actions” button triggers the reactions popup thus hiding the menu.
This is what I see when trying to access more actions on browser window with narrow width:
The problem is that the height of the window is too small. On narrow width we pin the reactions menu at the bottom of the More menu, and the items list on top of the reactions menu is scrollable. This is what it looks like on meet.jit.si today on a 500x500 window