NetTalk Central

Author Topic: NT7.05 Alert Message Bug  (Read 2732 times)

Rob Kolanko

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
NT7.05 Alert Message Bug
« on: February 14, 2013, 11:08:23 PM »
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]

Rob Kolanko

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
Re: NT7.05 Alert Message Bug
« Reply #1 on: February 15, 2013, 12:12:43 PM »
One more thing on Alert Messages. The pop up title "Alert" is not being passed to the web handler translate function, as I am not being able to translate this text. However, I am able to translate the title for the delete record message "Confirm".
Thanks
Rob

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NT7.05 Alert Message Bug
« Reply #2 on: February 20, 2013, 12:31:15 AM »
>> translate alert
 fixed for 7.06

>> The popup message from the  loc:alert field is not being cleared when another message written to the field.
fixed for 7.06

cheers
Bruce
« Last Edit: February 20, 2013, 12:58:05 AM by Bruce »