Hello
The popup message from the loc:alert field is not being cleared when another message written to the field. In the attached web1 example, insert a new record and enter a user name and password. The password field has three validations.
The password has to be at least 5 characters long.
The password can not be the word “Password”.
The password can not start with the a number.
If the entered password does not pass any one of these validations, a unique error message is written to the loc:alert field and the password field name is written to loc:invalid. The error message appears in a popup window. If the user then enters a valid password the error message no longer appears as expected. However if the next password entered violates another condition, the error message in the popup window does NOT change from the first message, even though the password enter no longer is in violation of the first condition. Via debug, I know that the loc:alert value is being changed to the correct message, it just is not being displayed in the popup.
This is likely a NT7.04 regression bug when alert messages were sent to JQuery popup windows.
Rob
[attachment deleted by admin]