${ask} editor variable label disappears for empty string

Oxygen general issues.
avanlooveren
Posts: 26
Joined: Wed Jun 26, 2013 1:08 am

${ask} editor variable label disappears for empty string

Post by avanlooveren »

If I want a default value of empty string in an ${ask} editor variable, the label will not be shown in a combobox or editable_combobox:

${ask('select a customer (blank for no filter)', combobox, ('cust1':'Customer 1'; 'cust2':'Customer 2'; '':'any customer'), '')}

will display Customer 1 and 2, but the last item (which does default to) in the combobox does not display 'any customer'.
sorin_carbunaru
Posts: 402
Joined: Mon May 09, 2016 9:37 am

Re: ${ask} editor variable label disappears for empty string

Post by sorin_carbunaru »

Hello,

I reproduced this bug and I added an issue on our side. We will update this thread once a kit that fixes the problem is available.

All the best wishes,
Sorin Carbunaru
oXygen XML
sorin_carbunaru
Posts: 402
Joined: Mon May 09, 2016 9:37 am

Re: ${ask} editor variable label disappears for empty string

Post by sorin_carbunaru »

Hello,

We recently released oXygen 19.1 and it comes with a fix for the reported problem.

All the best wishes,
Sorin C.
Post Reply