Title:
cflayoutarea>cflayout does not properly load source in IE11 (After CF2016 Update 2016.0.02.299200)
| View in TrackerStatus/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
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: