tracker issue : CF-3709472

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

cftextarea: The rich text controls for textarea are not rendered properly in a tabbed layout in IE.

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Piyush Kumar Nayak)

Created: 02/18/2014

Components: AJAX, UI Components

Versions: 10.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 288524 /

Priority/Frequency: Trivial / Few users will encounter

Locale/System: English / Windows 7 SP1 64-bit

Vote Count: 0

Problem:
cftextarea: The rich text controls for textarea are not rendered properly in a tabbed layout in IE.

Method:
<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" richtext=true 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" richtext=true wrap="virtual" rows="5" cols="25" validate="maxlength" validateAt="onBlur" maxlength="100">
				some random text in textarea two.
			</cftextarea>
		</cflayoutarea>
	</cfform>
</cflayout>
</body>
</html>

Result:
The rich text controls in first tab are rendered as expected.
The rich text controls in the second tab are not rendered as expected.
no errors observed in the browser debugger. 

Expected:
all the tabs should render the richtext controls properly.

Workaround:
Use a browser other then IE.

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

Watson Bug ID:	3709472

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

I checked. I could not find any issue with cflayout (extjs) Looks like a fckeditor issue which anyways we have to upgrade as the current version is too outdated.
Comment by Uday O.
13502 | February 19, 2014 03:39:39 AM GMT