More Actions button broken on narrow browser screen

When browser width is ~500px or less, the toolbar docks to the bottom of the screen, which is cool.

Screenshot 2023-03-24 at 16.51.34

(toolbar docks to the bottom of screen when width <= 500px)
Precise_Vitamins_Make_Slyly___Jitsi_Meet_and_IANA_2022g_·stub42_pytz_7285e70_and_Customers–Stripe_API_testing–Stripe__Test__and_rn2–myProfileEditStatus_spec_js_and_infrastructure–_qwil_xmppdomain_cfg_lua

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.
Screenshot 2023-03-24 at 16.57.04

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.

Screenshot 2023-03-24 at 17.00.00

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.

Actually, in alpha and beta currently, toolbar buttons when in “docked” mode no longer work and clicking on them simply show the tooltips.

Screenshot 2023-03-24 at 17.05.50

Created a PR with the fix

2 Likes

The fix is merged in master

Many thanks for the fix!

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:
Screenshot 2023-03-27 at 10.22.28

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

I think this is fine. The problem should only happen on very small windows which I don’t think is a realistic use case