Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
475
XamFormulaEditor deletes formula when cancel is pressed.
posted

I think there is a bug in XamFormulaEditor.

 

Starting with an empty formula, I type a formula into the textbox. Then I click on the "fx" button and cancel the upcoming dialog. Now the formula is cleared.

 

Steps to reproduce this in the Samples Browser.

1. Call the sample xamFormulaEditor/Display/xamFormulaEditor.

2. Modify the formula in the textbox to "[x] + [y] + 1".

3. Click on the "fx" button.

4. Click on cancel.

5. You see that the formula is now "[x] + [y]" but it should be "[x] + [y] + 1".

If you press the TAB key between step 2 and 3 there is no problem.

 

Regards

Michael