nextcloud / mail

💌 Mail app for Nextcloud
https://apps.nextcloud.com/apps/mail
GNU Affero General Public License v3.0
831 stars 257 forks source link

Account menu/mailbox folders overlap intermittently #8368

Open goulvench opened 1 year ago

goulvench commented 1 year ago

Steps to reproduce

  1. In Mail app (desktop), click the three dots next to an account name
  2. Move cursor down

Expected behavior

The popover menu should remain above account folders.

Actual behavior

The folder names appear above the popover menu sometimes, but not always. It seems to happen when the cursor moves before the popover has finished popping up, but it's hard to tell.

Screenshot folder names above popover

Mail app version

2.2.5

Mailserver or service

No response

Operating system

No response

PHP engine version

PHP 8.1

Web server

Apache (supported)

Database

None

Additional info

Firefox 111.0.1 (MacOS)

goulvench commented 1 year ago

After moving the cursor, some folders recede under the popover menu, until all z-index values are finally correct.

ChristophWurst commented 1 year ago

Do you use any custom theme or css?

goulvench commented 1 year ago

@ChristophWurst no, the Nextcloud app is fresh from the source. It doesn't happen every time, but I don't need reloading the page to witness it again, just close and reopen the menu several times. My guess would be that the z-index is calculated after the popover has finished appearing, and is updated occasionally while interacting with it. If the cursor moves before the popover has finished loading, the calculated z-index is lower than the menu items which are supposed to be under the popover.

ChristophWurst commented 1 year ago

Thanks. I have not experienced it myself yet.