Title:
body div created for cfwindow has "-body" instead of "_body" so _body.innerHTML does not work.
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Jim Ward / Jim Ward (Jim Ward)
Created: 12/23/2014
Components: AJAX, UI Components
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description: The body div created for cfwindow has an id of "-body" (dash) instead of underscore "_body" so the <windowname>_body.innerHTML does not work.
Steps to Reproduce:Create a page with cfwindow then try to change the innerHTML using <windowname>_body.innerHTML.
Actual Result: Javascript Error
Expected Result: Window body should be changed.
Any Workarounds: Use document.getElementById("window name").innerHTML instead.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3914309
External Customer Info:
External Company:
External Customer Name: Yodeler
External Customer Email:
External Test Config: My Hardware and Environment details: Coldfusion 11 update 3. IIS 7.5, Windows 2008 R2 64 bit.
Attachments:
Comments: