Page 1 of 1

BUG: Zoom text field not accept numbers when blank

Posted: Mon Oct 28, 2024 12:59 pm
by Travis
I clicked on the Zoom tool in the lower right corner of the window to get the following dialog. I must have hit delete (to blank out the text field) and then tried typing a new percentage. I just get beeps and no typing.

Work around: use the up/down arrow to repopulate the text field and then the field accepts new values. Doesn't accept values when blank.

macOS: 15.0.1
VensimDSSMC: 10.2.1

[attachment=0]Screenshot 2024-10-23 at 4.11.25 PM.png[/attachment]

Re: BUG: Zoom text field not accept numbers when blank

Posted: Mon Oct 28, 2024 1:01 pm
by Administrator
That is hard coded so it will only accept something between 6 and 500. So if you type "1" (in order to enter 100), it fails as "1" is invalid.

I'll change the code so it checks when you click OK instead.