Bug - Fixed Boolean Window Does not Read Choices With Regex Matching

Raven434

Member
Boolean window pops up asking for true or false choice, but does not read the "f" as false and makes me click in the text box above the 'true' to have to type in 'false'.

The script I noticed it occurring during was eatdrink.ash

r10430

Definitely did not start doing this until this morning.
 

Bale

Minion
You are referring to a prompt for an input value caused by a parameter in main() ?

And before this morning KoLmafia allowed "f" to mean false?
 

Raven434

Member
EatDrink would have a pop-up window asking for overdrink and for simulation.

It used to be that 'f' would toggle and automatically fill in false.

It seems to have stopped doing that and requires me to click into the text box above the pulldown and type in false.

I think I am saying 'yes' to your question. :)
 

Veracity

Developer
Staff member
r10421 | shwei | 2012-02-06 18:43:50 -0500 (Mon, 06 Feb 2012) | 3 lines

Allow script input in headless mode.

Use an auto-filter text field whenever prompting for a selection list, rather than just the straight list.
Nice of you to characterize hola's change as a "bug", don't you think?

I do have to say that I am not liking the new appearance of Input Dialogs, much. The auto-filter text field seems like a good idea if you have a bunch of options to choose from, but when you only have a few = like true and false - I think the old "pick one or the other" was better.
 
Top