-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main menu does not work in safari #11718
Comments
If only every issue opened was this detailed 🙏🏽 |
I second that 😍 Thank you for the detailed bug report! Also, I can confirm the bug in Safari 17.5. And your assumption @DionTimmermann seems to be correct, when I comment out the |
Thank you for the quick reaction! I was about to open a new bug report, but based on the wording in the code, the bugfix above should also solve the following issue: The "My Account" menu at top right also does not work in Safari. When I click on the "My Account" Menu it opens up, but clicking on e.g. "Preferences" just closes the menu. It seems to be exactly same behaviour as with the "Application Switcher". |
Thank you, we identified the issue. The (not yet merged) bugfix should solve all the issues with drop menus. |
Describe the bug
Clicking on an item in the main menu (3-by-3 grid at top left) does not open the desired page when using safari.
Likely reason: The menu disappears on mouse down, but the link would only be clicked on mouse up.
Steps to reproduce
Expected behavior
The clicked-on page opens and the menu disappears.
Actual behavior
The menu disappears, but the page is not changed.
Setup
I used a fresh install of OCIS 6.5.0 with Web client version 10.3.0. I used
sudo -u ocis ocis init --config-path /containers/ocis/config --admin-password "XXXXX" --insecure true
to configure the server.The server runs on a machine in my local network and is behind a nginx reverse proxy with the recommended additional settings:
Additional context
/ocs/v2.php/apps/notifications/api/v1/notifications/sse
, which I guess is not related.admin-settings/general
loads the "Admin Settings". The menu also does not work on these pages.In safari, the menu disappears immediately when I press the mouse button. In chrome, the menu stays open when I press the mouse button. The menu item is only selected/clicked when I release the mouse button. I am unsure if the menu is closed on mouse up or only when the new page is loaded.
The text was updated successfully, but these errors were encountered: