context menu actions don't work when animations are disabled #8160
magiruuvelvet
started this conversation in
General
Replies: 1 comment 2 replies
-
|
How did you disable animations? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered an annoying issue. While I think this warrants a bug report I don't know any specifics yet. I just want to make this issue visible.
The context menu (play, add to playlist, download, copy stream URL, media info) is effectively useless when animations are disabled because their respective actions seem to only trigger on
animationendevents, which in itself is silly enough. Business logic should not be coupled with animation timers, as animations are purely cosmetic.I cross-checked by temporarily enabling animations, and the context menu actions triggered properly, so they are indeed coupled with animation timers/events.
Is this by design or an oversight? I very rarely stumble across issues like this, as most websites and services work just fine with animations disabled.
Beta Was this translation helpful? Give feedback.
All reactions