You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently the AudioPlayer component has two noticeable bugs causing bad user experience.
Audio seeking functionality lag, when seeking in any direction the UI doesn't update. The bug happens in two states of the player.
Play State: The UI takes some time to update which causes confusion for user about what is happening.
Pause Sate: The issue remains same but the update happens after the player is switched to pause state.
The initial state when the media is still loading the slider width is 0 and all the interactions as accessible to user causing a confusion weather the media is loading/broken.
Steps to reproduce
Both the issues can be reproduced as shown in the above clips in the main page.
Description
Currently the
AudioPlayercomponent has two noticeable bugs causing bad user experience.Steps to reproduce
Both the issues can be reproduced as shown in the above clips in the main page.
Insert an image/gif
Screen.Recording.2026-02-01.at.7.08.47.PM.mov
Screen.Recording.2026-02-01.at.7.01.02.PM.mov
Screen.Recording.2026-02-01.at.6.29.27.PM.mov