nextcloud / spreed

🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
https://nextcloud.com/talk
GNU Affero General Public License v3.0
1.64k stars 437 forks source link

Various menus/options are visible outside of the window #13390

Open nickvergessen opened 1 month ago

nickvergessen commented 1 month ago

How to use GitHub


We used to set a container parent or something like that to fix all the menus and actions. But it seems that does no longer exist and regressions are everywhere:

X Screenshot
Open participant menu and scroll away image
Open message expiration drop down and scroll away image
Open conversation menu and scroll away image
nickvergessen commented 1 month ago

Still works properly with boundaries-element for chat messages image

Antreesy commented 1 month ago

Might be caused by https://github.com/nextcloud/spreed/pull/13341 But undefined container is still resolved to 'body', so that should be unchanged

UPD: since it's also on stable30, might be related to virtual lists. Maybe we should also close them on scroll as well?

DorraJaouad commented 1 month ago

Maybe we should also close them on scroll as well?

or re-render?

nickvergessen commented 1 month ago

Maybe we should also close them on scroll as well?

Hopefully no menu is longer then a screen :-X