tracker issue : CF-4206320

select a category, or use search below
(searches all categories and all time range)
Title:

cftextarea

| View in Tracker

Status/Resolution/Reason: To Track//PRNeedInfo

Reporter/Name(from Bugbase): Joe L. / ()

Created: 12/10/2019

Components: AJAX

Versions: 2018

Failure Type: Usability Issue

Found In Build/Fixed In Build: ??? /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Windows 7

Vote Count: 0

Problem Description: features no longer works.

Steps to Reproduce:

Actual Result:

Expected Result:

Any Workarounds:

Attachments:

Comments:

Hi Joe, I have executed sample code for cftextarea and it works fine. Can you please send sample code snippet where it doesn't work ? {code:java} <h3>cftextarea Example</h3> <cfparam name="text2" default=""> <cfif isdefined("form.textarea1") AND (form.textarea1 NEQ "")> <cfset text2=form.textarea1> </cfif> <cfform name="form1"> <cftextarea name="textarea1" wrap="virtual" rows="5" cols="25" validate="maxlength" validateAt="onBlur" maxlength="100" >Replace this text. Maximum length is 100 Characters, and this text is currently 99 characters long. </cftextarea> <cftextarea name="textarea2" wrap="virtual" rows="5" cols="50" value="#text2#" /> <input type="submit" value="submit field"> </cfform>{code}   You can above code in [https://cffiddle.org/] and let us know about the behavior.
Comment by Mukesh K.
32026 | January 06, 2020 06:59:18 AM GMT