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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: