Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Ron Lebfrom / Ron Lebfrom (Ronsweb)
Created: 10/14/2009
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,0,251028 /
Priority/Frequency: Normal / Most users will encounter
Locale/System: English / Win All
Vote Count: 0
Problem:
CFWindowname_title.innerHTML = 'Some Value' ; is removing the close tool with ColdFusion 9 cfwindow.var folderWindow = ColdFusion.Window.getWindowObject('managementwindow');managementwindow_title.innerHTML = "Folder Properties"; If you comment out the _title.innerHTML the close button will show up.
Method:
<cfwindow name="managementwindow" title="test" initShow="true">test</cfwindow>
<script language="javascript">
var changeTitle = function(){
//Get the Window Objectvar
folderWindow = ColdFusion.Window.getWindowObject('managementwindow');
//Set the title and the close button will disappear.
managementwindow_title.innerHTML = "Folder Properties";
}
</script>
<form name="formtest">
<input type="button" name="title" value="Change title" onClick="javasript:changeTitle()">
</form>
Result:
CFWindowname_title.innerHTML = 'Some Value' ; is removing the close tool with ColdFusion 9 cfwindow.var folderWindow = ColdFusion.Window.getWindowObject('managementwindow');managementwindow_title.innerHTML = "Folder Properties"; If you comment out the _title.innerHTML the close button will show up.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3040284
External Customer Info:
External Company:
External Customer Name: Ron Lebfrom
External Customer Email: 133907D4446362FF99201549
External Test Config: 10/14/2009
Attachments:
Comments: