Reproduce: - Focus a `Time [ in ms ]` input field (let's say its value is `250`) - Move the cursor to the start (just for this example) - Press <kbd>1</kbd> on the keyboard (now the value is `1250`) - ~~Press `Arrow-Up`~~ use the mouse and scroll up or down Result: - value is `260` Wanted Result: - value should be `1260` Workaround: - Press <kbd>Enter</kbd> after changing with numeric key - or: Unfocus the input field Additional information: - The position of the cursor is irrelevant. - The way of changing after the number key is irrelevant (works with ~~`Arrow-Up`, `Arrow-Down` and~~ also the scroll wheel)