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

Enter Duration dialog skews numbers #167

Open
SteveMarvin opened this issue Oct 22, 2024 · 1 comment
Open

Enter Duration dialog skews numbers #167

SteveMarvin opened this issue Oct 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@SteveMarvin
Copy link

SteveMarvin commented Oct 22, 2024

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
image.png
image.png

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.

@SteveMarvin SteveMarvin added the bug Something isn't working label Oct 22, 2024
@lwjameson lwjameson self-assigned this Oct 23, 2024
@benwbrum
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants