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
When I am asked to enter the duration of an imported event, it won't take the number I enter. It shifts it.
If I type in 12759 or 1:27:59, it gives me 01:31:59
and I can't go back and edit within the numbers. I can only backspace or delete it and try again. I can't just select the 31 and make it 27
Camden
Hm, I think when 1275 is entered it interprets that as 12:75 and adjusts it to be 13:15.
It should probably be updated to only run the formatting when the input loses focus (i.e. when the user clicks away) so you can type the full number in without it messing with it.
It's being converted to a number of seconds, so it might also be fine to just allow things like 12:75 since it'll reduce down to the seconds the same way.
The text was updated successfully, but these errors were encountered:
Something similar seems to happen on Start Time/End Time for Embed Event; as a user types something like "4732" into these fields, the time changes on them as they type, disconcertingly.
When I am asked to enter the duration of an imported event, it won't take the number I enter. It shifts it.
If I type in 12759 or 1:27:59, it gives me 01:31:59
and I can't go back and edit within the numbers. I can only backspace or delete it and try again. I can't just select the 31 and make it 27
Camden
Hm, I think when 1275 is entered it interprets that as 12:75 and adjusts it to be 13:15.
It should probably be updated to only run the formatting when the input loses focus (i.e. when the user clicks away) so you can type the full number in without it messing with it.
It's being converted to a number of seconds, so it might also be fine to just allow things like 12:75 since it'll reduce down to the seconds the same way.
The text was updated successfully, but these errors were encountered: