NetTalk Central

Author Topic: Incorrect values - "&" becomes "&"  (Read 2088 times)

vsorensen

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Incorrect values - "&" becomes "&"
« on: November 04, 2010, 05:42:18 AM »
If the user enters HTML into a field, it is parsed when it shouldn't be...

Entered:


Tab off of field and it changes to:


Any ideas what may cause this?

Flint G

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: Incorrect values - "&" becomes "&"
« Reply #1 on: November 04, 2010, 03:20:18 PM »
vsorensen -

You probably have the "Immediate Validation" option set to Default or Yes on that fields Validation tab, so it gets converted when they tab off the field.  Set the option to "No" and it won't convert that HTML [&] escape character to the [&] display character.

Does this help?

Regards,
Flint
NetTalk: 12.26
Clarion: 9.1.11529
Brave: 1.31.88
Chrome: 95.0.4638.69
Edge: 95.0.1020.44
ExtJS: 7.0.0.156

vsorensen

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Re: Incorrect values - "&" becomes "&"
« Reply #2 on: December 10, 2010, 02:39:10 PM »
Yes, and no.

That fixes it, except I do still want the immediate validation.

I'm still trying to nail down exactly where the string is touched...