JamesMCo / toolets

A collection of small tools for Minecraft content development
https://mrjamesco.uk/toolets/
MIT License
0 stars 1 forks source link

sndtimer Chrome Bug: Holding left click and dragging the playback all the way to the right continues to increase length & tick amount #26

Open StuartDA opened 1 month ago

StuartDA commented 1 month ago

While on chrome you can continue to increase the tick and the length of the player.

After opening a sound file select the playback dot and while holding down left click drag it to the end of the file and then continue dragging to the right. The audio file length and tick amount will continue to increase past the original file length.

Before dragging more to the right: image After: image

Tested on Firefox and it worked like expected.

JamesMCo commented 1 month ago

Hm, that's an odd one! I've been able to reproduce it, but not consistently (some files it would happen for, and others it wouldn't), though my initial guess is that it's more of a Chrome bug than a Toolets bug just by the fact that the audio player itself is letting you do that. I'll try to look in to it though!

In the meantime, if you start playback in that state it will snap back to the end of the timeline as would be expected. (Or use Firefox for it, though that seems like a bit much for just this!)