Skip to content
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

Wav file without extension immediately snaps back to starting position on drag end or click #4002

Closed
Artforge opened this issue Jan 16, 2025 · 1 comment
Labels

Comments

@Artforge
Copy link

Bug description

Using two files, identical aside from the addition of .wav to the filename, the one without the file extension exhibits unexpected behavior when attempting to drag to a point in the timeline, immediately returning to the original starting position

Environment

  • Browser: Chrome
  • OS: Mac

Expected result

After dragging to any point in the waveform, it should stay at that point, awaiting further action

Obtained result

After dragging to any point in the waveform, it immediately snaps back to the start once the mouse is released

Screenshots

Problem behavior (original file, proper mime-type, but lacking file extension)

failing_example.mov

Expected behavior (.wav added to the file name)

working_example.mov
@Artforge Artforge added the bug label Jan 16, 2025
@katspaugh
Copy link
Owner

Make sure your server sends the right MIME type in the Content-type header for files w/o an extension. Otherwise the browser may not be able to guess the correct type and thus fail to play it. Closing as "won't-fix".

@katspaugh katspaugh closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants