Steps to replicate the issue (include links if applicable):
- go to https://wikifunctions.beta.wmflabs.org/view/en/Z11695 (multiplication)
- enter 3 in the field under left
- enter 3 in the field under right
- click "Run function" without losing focus in the previous field
What happens?:
The answer "0" is returned
What should have happened instead?:
The answer should be "9"
Software version (skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
Guess is that the parser isn't being run because we still have focus on the field in right, and we are sending the default value 0, calciulating 3x0 instead of 3x3.
I can avoid it by clicking anywhere else, wait a second or two, and then click on "Run function"