You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The immediate flag doesn't work as expected with b:commandButton. After investigating the cause, it turned out that we send events when a command button is clicked, and that we have to set the execution phase depending on the immediate flag. Which is something we don't do yet.
The bug fix is simple enough, but maybe it's better to postpone it to 0.9.2 in order to be able to publish a hot fix release.
The text was updated successfully, but these errors were encountered:
The immediate flag doesn't work as expected with
b:commandButton
. After investigating the cause, it turned out that we send events when a command button is clicked, and that we have to set the execution phase depending on theimmediate
flag. Which is something we don't do yet.The bug fix is simple enough, but maybe it's better to postpone it to 0.9.2 in order to be able to publish a hot fix release.
The text was updated successfully, but these errors were encountered: