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

GUI Bug when modifying time to something of equivalent second value #1

Open
LQR471814 opened this issue Jul 28, 2021 · 0 comments
Open

Comments

@LQR471814
Copy link
Owner

LQR471814 commented Jul 28, 2021

To reproduce
Modify any H/M/S value to the same "value" it may not be the same string but it is the same value (00 -> 0 seconds)
The the Editable field will not update svelte sees that the "seconds" value being passed is the same. Skipping the rerender completely. Because it skips the rerender it will not update the value back to it's formatted type.

This means someone can do 00 -> 00000000000000000000000 seconds and overflow the gui.

This isn't a major bug but it does hurt the feel of the app. I can assign an "id" to all "seconds" value being passed which will force svelte to rerender but I don't know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant