tracker issue : CF-4165704

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

cflayoutarea>cflayout does not properly load source in IE11 (After CF2016 Update 2016.0.02.299200)

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): K VN / K VN (K VN)

Created: 06/17/2016

Components: AJAX, UI Components

Versions: 2016

Failure Type:

Found In Build/Fixed In Build: CF2016_Update1 /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Windows 10 64 bit

Vote Count: 4

Listed in the version 2016.0.03.300466 Issues Fixed doc
Related Bugs:
CF-4174138 - Similar to


Problem Description: cflayoutarea>cflayout does not properly load src in IE11 (After CF2016 Update 2016.0.02.299200)

Steps to Reproduce:

<cflayout type="border" fittowindow="yes" name="cflsitestructure">
		<cflayoutarea name="cflahead" position="top" size="50" source="test.cfm" />
		<cflayoutarea name="cflanavigation" position="left" size="220" collapsible="true" overflow="hidden" source="test.cfm" />
		<cflayoutarea name="cflamainwindow" position="center" source="test.cfm" />
		<cflayoutarea name="cflafooter" position="bottom" size="25" source="test.cfm" overflow="hidden" />
	</cflayout>
----------------------------------
test.cfm = test

Actual Result: Frames are rendered but no source is pulled in. Bug produced on Internet Explorer 11.103.10586 and Internet Explorer 11.420.10586.0 no further testing. done. Chrome loads data properly. 

Expected Result: Each cflayoutarea should draw in data from source.

Any Workarounds: Revert cf_scripts folder to pre Update #2

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

Watson Bug ID:	4165704

External Customer Info:
External Company:  
External Customer Name: K VN
External Customer Email:  
External Test Config: Windows 10 Pro.

Attachments:

Comments:

@Rohit, Changelist 298690 has caused this regression. Can you check....
Comment by Uday O.
2362 | June 22, 2016 05:41:14 AM GMT
I see the same error, data briefly appears then vanishes.
Vote by External U.
2364 | July 20, 2016 10:08:19 AM GMT
I'm seeing the error as of 9/29/2016. Data will briefly appear and then vanish. Only happens when using Internet Explorer. Does not happen when data is hardcoded, only when pulling data such as via a cfquery or source="[source]" in the <cflayoutarea> tag.
Vote by External U.
2365 | September 30, 2016 05:57:40 PM GMT
This is impacting us. We are still able to reproduce this issue and we have all of the latest Cf 2016 updates.
Vote by External U.
2366 | September 30, 2016 05:57:56 PM GMT
Please resolve and advise when fixed.
Vote by External U.
2367 | September 30, 2016 07:22:54 PM GMT
Fixed in ColdFusion 2016 Update 3, released Oct 3, 2016.
Comment by External U.
2363 | October 05, 2016 01:46:42 PM GMT