Status/Resolution/Reason: Closed/Withdrawn/UserError
Reporter/Name(from Bugbase): Jim Ward / Jim Ward (Jim Ward)
Created: 07/23/2014
Components: AJAX
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description:If you include cfmenu within a cflayoutarea you receive a javascript error and nothing is rendered.
Steps to Reproduce: Use the following code snippet to reproduce
<cflayout type="border" >
<cflayoutarea position="top" >
<cfmenu type="horizontal" name="mainMenu">
<cfmenuitem href="index.cfm" name="thisName" display="Test 1"/>
<cfmenuitem href="index.cfm" name="thisName1" display="Test 2"/>
</cfmenu>
</cflayoutarea>
<cflayoutarea position="center" >
Center layout area
</cflayoutarea>
<cflayoutarea position="bottom" >
Bottom
</cflayoutarea>
</cflayout>
Actual Result: TypeError: s.classList is undefined
Expected Result: Rendered menu
Any Workarounds: None in Coldfusion 11
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3793678
External Customer Info:
External Company:
External Customer Name: Yodeler
External Customer Email:
External Test Config: My Hardware and Environment details: Windows 2008 server R2 64 bit with IIS 7.5.
Attachments:
Comments: