-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Favorites label does not move when spaces panel is expanded #17283
Comments
It'll only be affecting the sticky top/bottom sublists, which use absolute-positioning. |
This actually looks to be a Safari/Webkit bug, because we don't actually specify a left offset on the position, which explains why merely hovering on the element is enough for Safari to fix itself. This would be fixed by matrix-org/matrix-react-sdk#6054 |
It doesn't just happen with favorites, it happens with the first tag of any list (whatever it is). It is a problem that happens in any browser with WebKit engine. It happens on Mac with Safari and also on Linux with Epiphany (Gnome WEB). It also happens in applications that are based on this engine as Revolt. |
I cannot reproduce this on latest Safari so looks to have been fixed upstream |
This issue is not fixed. It still occurs on Linux with Epiphany (Gnome WEB). |
@ogarcia it is fixed in the supported browsers - see https://github.com/vector-im/element-web#supported-environments |
In Safari when I expand the spaces panel, the Favorites label in the room list stays in place and goes on top of the spaces panel.
It fixes itself if I hover my mouse over Favorites but then when I collapse the spaces panel, the Favorites label gets stuck in place again.
It only seems to affect the Favorites label, not People or Rooms.
Version information
Can't reproduce in Firefox
The text was updated successfully, but these errors were encountered: