Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Scott Money / Scott Money (Scott Money)
Created: 06/09/2015
Components: AJAX, UI Components
Versions: 11.0
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 0
Problem Description: ColdFusion.Window.Create missing scrollbars
Steps to Reproduce: Create any test page and use an image tag to call ColdFusion.Window.Create Onclick and include any large page that would normally produce scrollbars horizontally or vertically and they are missing. It appears that the overflow attribute is inactive as I have tried overflow: scroll and it still doesn't work.
I used the following:
<cfajaximport tags="cfwindow">
<img  border="1" src="/Utilities/Images/Icons/folders.ico" onclick="ColdFusion.Window.create('Window123','Sample Window','http://www.blueprintcss.org/tests/parts/sample.html',
        {x:100,y:100,height:500,width:500,modal:false,closable:true,
        draggable:true,resizable:true,center:true,initshow:true,refreshOnShow:false,
        minheight:200,minwidth:50})"/>
Actual Result:
No vertical scrollbars.
Expected Result:
Vertical scrollbars
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	4003807
External Customer Info:
External Company:  
External Customer Name: Scott
External Customer Email:  
External Test Config: My Hardware and Environment details:
Server Details  
Server Product  ColdFusion  
Version  11,0,0,289974  
Tomcat Version  7.0.52.0  
Edition  Enterprise    
Operating System  Windows Server 2012    
OS Version  6.2    
Adobe Driver Version  5.1.1 (Build 0001)    
JVM Details  
Java Version  1.7.0_55
  Attachments:
- June 09, 2015 00:00:00: 1_RE__CF_11_ColdFusion.Window.pdf
 
Comments: