Text Area with onFocusLost method triggered by buttonclick

Hi,

I have a text area with a onFocusLost method attached. When I change the content of the field, and then the first thing I do outside the field is clicking a button, the onAction method attached to the button is not fired. Only the second time I click the button is the onAction method fired.

Is this correct behaviour?

Paul

2.1 Beta4, WinXP

BTW: The onFocusLost method contains only: controller.saveData();