tracker issue : CF-3133068

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

Issues with CFLayout: Getting cftextarea (CKEditor) to work within the cflayout/cflayoutarea code

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): David Moore / David Moore (UpstateWeb)

Created: 03/07/2012

Components: AJAX, UI Components

Versions: 9.0.1

Failure Type:

Found In Build/Fixed In Build: 9.0.1 /

Priority/Frequency: Major / All users will encounter

Locale/System: English / Win 2008 Web Server

Vote Count: 0

Problem Description: I have corresponded several times with Adobe representatives (Swathi Chitteddi and Kirsti Aho) regarding the issues with CFLayout after upgrading to ColdFusion 9. 

I was told more than 8 months ago that Adobe was aware of the issue and was working on solving the problem. I would like to know when I can expect this to be fixed and work as it did in CF8?

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3133068

External Customer Info:
External Company:  
External Customer Name: UpstateWeb
External Customer Email:  
External Test Config:

Attachments:

Comments:

I have upgraded to CF9 and am still experiencing problems getting cftextarea CKEditor to work within the cflayout/cflayoutarea code. Adobe continues to tell me it is because they are resources from 2 different vendors and not their own code. I don't accept the excuse and think that Adobe should test code from "secondary vendors" to make sure it works. Does anyone know if it works with CF10 and Windows Web Server? I do not want to go outside of ColdFusion and use jQuery for the tabs and another editor. I purchased ColdFusion because it includes (or should include) all that I need to develop a website, especially for what I have to pay for it.
Comment by External U.
20231 | August 03, 2013 03:48:32 PM GMT
David, Can you please share a test case with which the issue can be reproduced or at least a detailed description so that I can reproduce it at my end. I have not been able to observe any issues with a simple test case (below for your ref.) on a fully patched CF10 <html> <head></head> <body> <cflayout name="outerlayout" type="tab" height="300"> <cfform> <cflayoutarea title= "tab one" style="background-color:##00FFFF; height:100%"> This is text in layout area 1: <cftextarea name="textarea1" wrap="virtual" rows="5" cols="25" validate="maxlength" validateAt="onBlur" maxlength="100"> some random text in textarea one. </cftextarea> </cflayoutarea> <cflayoutarea title= "tab two" style="background-color:##00FFFF; height:100%"> This is text in layout area 2: <cftextarea name="textarea1" wrap="virtual" rows="5" cols="25" validate="maxlength" validateAt="onBlur" maxlength="100"> some random text in textarea two. </cftextarea> </cflayoutarea> </cfform> </cflayout> </body> </html>
Comment by Piyush K.
20232 | February 18, 2014 07:28:35 AM GMT
unable to observe the issue with a richtext cftextarea control in borderlayout control. renders with richtext controls in Chome. closing this. <html> <head></head> <body> <cflayout name="outerlayout" type="tab" height="300"> <cfform> <cflayoutarea title= "tab one" style="background-color:##00FFFF; height:100%"> This is text in layout area 1: <cftextarea name="textarea1" wrap="virtual" rows="5" cols="25" richtext=true validate="maxlength" validateAt="onBlur" maxlength="100"> some random text in textarea one. </cftextarea> </cflayoutarea> <cflayoutarea title= "tab two" style="background-color:##00FFFF; height:100%"> This is text in layout area 2: <cftextarea name="textarea1" wrap="virtual" rows="5" cols="25" validate="maxlength" validateAt="onBlur" maxlength="100"> some random text in textarea two. </cftextarea> </cflayoutarea> </cfform> </cflayout> </body> </html>
Comment by Piyush K.
20233 | December 03, 2014 05:27:28 AM GMT