Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Joe Sellinger / Joe Sellinger (jselling)
Created: 09/04/2012
Components: AJAX
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description:When opening a cfwindow and using a cfgrid inside IE9 fails when Firefox is working fine.
Steps to Reproduce:
gw.cfm
-----------------------------------------------------------------------------------------------------------------------------
<html>
<head></head>
<body>
<a href="JavaScript:ColdFusion.Window.show('Gridwindow')"><b>Show Window</b></a>
   
<a href="JavaScript:ColdFusion.Window.hide('Gridwindow')"><b>Hide Window</b></a>
<cfajaximport tags="cfform,cfwindow,cfgrid"> 
<cfwindow name="Gridwindow" title="Grid window" refreshonshow="true" x="100" y="100"
    source="g.cfm" draggable="true" closable="true" initshow="true"	height="370"  width="420">
</cfwindow>
</body>
</html>
-----------------------------------------------------------------------------------------------------------------------------
g.cfm
-----------------------------------------------------------------------------------------------------------------------------
<html>  
<head></head>  
<body>    
<cfquery name="qEmployee" datasource="cfdocexamples">  
 SELECT Emp_ID,FirstName,LastName,Email FROM Employees   
</cfquery>  
<cfform method="post" name="GridExampleForm">  
   <cfgrid  name="Employee" query="qEmployee" format="applet" width="400" height="300"></cfgrid>
</cfform>  
</body>  
</html> 
-----------------------------------------------------------------------------------------------------------------------------
Actual Result: When reopening the windows the browser changes and displays only the window.
Expected Result: On Firefox the window reopens.
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	3324252
External Customer Info:
External Company:  
External Customer Name: jselling
External Customer Email:  
External Test Config: My Hardware and Environment details:
  Attachments:
Comments: