tracker issue : CF-3040926

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 82062: ColdFusion

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Ron Lebfrom / Ron Lebfrom (Ronsweb)

Created: 02/11/2010

Components: AJAX, UI Components

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Minor / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

    ColdFusion.Window.create('managementwindow2', 'Unsaved Changes',       'change.cfm',         {height:300,width:500,modal:false,closable:true,        draggable:true,resizable:true,center:true,initshow:true,        minheight:200,minwidth:200 })center:true  does not work
Method:

<cfajaximport tags="cfajaxproxy,cfdiv,cfwindow,cflayout-tab,cfform,cfgrid,cftree,cftooltip"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title><script>var init = function(){    ColdFusion.Window.create('managementwindow2', 'Unsaved Changes',       'change.cfm',         {height:300,width:500,modal:false,closable:true,        draggable:true,resizable:true,center:true,initshow:true,        minheight:200,minwidth:200 })}</script></head><body onload="init()"></body></html>
Result:

ColdFusion.Window.create    center:true  does not work

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3040926

External Customer Info:
External Company:  
External Customer Name: Ron Lebfrom
External Customer Email: 133907D4446362FF99201549
External Test Config: 02/11/2010

Attachments:

Comments: