I would presume that HTML_AREA fields are meant to allow end-user input, right? Not just for display? (they seem to be the only field format that allows users to bold or italicize text, so I sure hope they are meant for data entry)
…yet I’m seeing some very strange stuff in a field I’ve formatted as HTML_AREA:
The data provider customer_name is defined as a text field with 50 character limit. The field placed on the form is HTML_AREA.
If I type a name i nto the field, when I click out of it it gets stripped down to some random number of characters! e.g., type “Christopher Foster”, click on the layout background, and it becomes “Christ” (no religious offense intended). If you type “Mary Anne Hastings” it is stripped to “Mary Anne” one time and the “Mary A” on another test.
Is there some kind of serious bug with HTML_AREA fields, or is my hope that they are meant for data entry misguided?
I say “serious bug” because this is not only a display issue. If I close the solution and reopen it the data loaded from the back end is indeed cut short. If I select all text in the field and paste into another application, again this verifies that data has been cut out.
Developer 2.2.1 build 333
Mac OS X 10.4.2
NB