mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-30 23:40:40 +02:00
[Bug]: US-Chapter Editor: Error message "Invalid start time must be greater than or equal to previous chapter start time" should not cover the playback controls #3054
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZLoth on GitHub (Oct 23, 2025).
What happened?
When using the chapter editor, hovering over a error icon when a track has an identical time causes the message "Invalid start time must be greater than or equal to previous chapter start time" to appear, which is expected. However, it then covers the playback controls.
https://github.com/user-attachments/assets/ddab4b85-4e7a-4fa7-922d-f132ef6cfbc4
What did you expect to happen?
Error message should appear above the playback controls as there is where the screen real estate is.
Steps to reproduce the issue
WHAT SHOULD HAPPEN: The message should not cover the playback controls.
WHAT REALLY HAPPENS: The message appears to the left over the playback controls
Audiobookshelf version
2.30
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
Chrome
Logs
Additional Notes
This is a UX experience issue.