NetTalk Central

Author Topic: Some things I'm noticing with the newest builds - Text box wrapping  (Read 2643 times)

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
When typing in text on a text box, it ignores CR/LF (or <br>) and immediately formats everything all together, like:

Mike Grigsby
Technology Group
Bend, Oregon

... ends up being:

Mike GrigsbyTechnology GroupBend, Oregon

Could this be a CSS issue? I don't see anything in my CSS files that has changed.
« Last Edit: October 31, 2008, 11:38:55 AM by Mike Grigsby »
Mike Grigsby
Credify Systems
Central Oregon, USA

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: Some things I'm noticing with the newest builds - Text box wrapping
« Reply #1 on: November 03, 2008, 06:40:00 AM »
Hi Mike,

Does your text box have "allow xhtml" ticked on, or off?
If it's ticked on, perhaps you need to tick on the "include html editor" option in the
webServer procedure, Extensions, Settings tab, Scripts tab.

I tested example number1, Auto response tab, and it seems ok.

Cheers
Bruce

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Some things I'm noticing with the newest builds - Text box wrapping
« Reply #2 on: November 03, 2008, 08:47:07 AM »
The app has the XHTML option checked, the field does not have XHTML, just a regular text box.
Mike Grigsby
Credify Systems
Central Oregon, USA

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Some things I'm noticing with the newest builds - Text box wrapping
« Reply #3 on: November 03, 2008, 09:55:44 AM »
Bruce, I've narrowed it down to the following section of the app and dictionary, if this help at all.

[attachment deleted by admin]
Mike Grigsby
Credify Systems
Central Oregon, USA

ajosuna

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Email
Re: Some things I'm noticing with the newest builds - Text box wrapping
« Reply #4 on: November 08, 2008, 06:22:00 AM »
Hi Bruce:

I am having the same problem with a mssql varchar(6000) field. In the dct, I have it set as cstring(6000). Allow XHTML is not checked.

Regards

Anthony