notifications icon indicating copy to clipboard operation
notifications copied to clipboard

[BITV] Notifications menu overlap

Open PVince81 opened this issue 1 year ago • 2 comments

When opening the search dropdown or people menu, and then opening the notifications (or the other way around), the notifications menu get overlapped.

We need to find a way to make those menus open/close exclusively. Maybe moving them to the Vue's Popover would help there ?

PVince81 avatar Sep 02 '22 09:09 PVince81

https://github.com/nextcloud/notifications/blob/master/src/NotificationsApp.vue#L218

Used to do exactly that. Was it broken on server side? Maybe we need a replacement. Because popovers should not automatically close all other popovers

nickvergessen avatar Sep 02 '22 10:09 nickvergessen

Ref button was not transfered when the HeaderMenu component was introduced. Should be easily fixable if the OC method still works

nickvergessen avatar Sep 02 '22 10:09 nickvergessen

Seems to work again?

nickvergessen avatar Sep 13 '22 06:09 nickvergessen