tracker issue : CF-3040295

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

Bug 80347: There are many problems with the getWindowObjectvar folderWindow = ColdFusion

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

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

Created: 10/14/2009

Components: AJAX, Plumbing

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 9,0,0,251028 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

 There are many problems with the getWindowObjectvar folderWindow = ColdFusion.Window.getWindowObject('managementwindow'); folderWindow.setContentSize(780, 500); folderWindow.modal = false; folderWindow.closable =  true; folderWindow.draggable = false;     folderWindow.moveTo(205,66);The   folderWindow.setContentSize(780, 500); folderWindow.modal = false; folderWindow.closable =  true; folderWindow.draggable = false;     folderWindow.moveTo(205,66);does not work with the EXT 3.0 Framework.  The documentation with Adobe is still refering to the EXT 1.1.1 Framework when researching the ColdFusion.Window.getWindowObject()I understand that the setContentSize  or the moveTo is not in the  EXT 3.0 Framework.  I tried to access the EXT 3.0 Framework by using .setWidth and .setHeight .  The modal and draggleble call would not work.There is no documentation on what you can access with Coldfusion 9 getWindowObject()  http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS0ef8c004658c1089-6262c847120f1a3b244-7fbe.htmlThe documentation is still refering to the EXT 1.1.1 Framework Ext.BasicDialogThere is also another bug with the getWindowObject() Bug 80337 that I filed(_title.innerHTML causing the close button to disappear).This is very important that this is all working to migrate from the Coldfusion 8 EXT 1.1.1 Framework to the EXT 3.0 Framework.  Adobe has done a great job handling alot o f the migration of the Frameworks.  They need to fix THIS and our application could migrate with just a little bit of code conversion.   to Coldfusion 9.  Coldfusion 9 still needs a little work.  I also miss the css Vista themes.  I had to configure the ext-all.css to file to try to bring in a different theme.
Method:

 There are many problems with the getWindowObjectvar folderWindow = ColdFusion.Window.getWindowObject('managementwindow'); folderWindow.setContentSize(780, 500); folderWindow.modal = false; folderWindow.closable =  true; folderWindow.draggable = false;     folderWindow.moveTo(205,66);The   folderWindow.setContentSize(780, 500); folderWindow.modal = false; folderWindow.closable =  true; folderWindow.draggable = false;     folderWindow.moveTo(205,66);does not work with the EXT 3.0 Framework.  The documentation with Adobe is still refering to the EXT 1.1.1 Framework when researching the ColdFusion.Window.getWindowObject()I understand that the setContentSize  or the moveTo is not in the  EXT 3.0 Framework.  I tried to access the EXT 3.0 Framework by using .setWidth and .setHeight .  The modal and draggleble call would not work.There is no documentation on what you can access with Coldfusion 9 getWindowObject()  http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS0ef8c004658c1089-6262c847120f1a3b244-7fbe.htmlThe documentation is still refering to the EXT 1.1.1 Framework Ext.BasicDialogThere is also another bug with the getWindowObject() Bug 80337 that I filed(_title.innerHTML causing the close button to disappear).This is very important that this is all working to migrate from the Coldfusion 8 EXT 1.1.1 Framework to the EXT 3.0 Framework.  Adobe has done a great job handling alot o f the migration of the Frameworks.  They need to fix THIS and our application could migrate with just a little bit of code conversion.   to Coldfusion 9.  Coldfusion 9 still needs a little work.  I also miss the css Vista themes.  I had to configure the ext-all.css to file to try to bring in a different theme.
Result:

 There are many problems with the getWindowObjectvar folderWindow = ColdFusion.Window.getWindowObject('managementwindow'); folderWindow.setContentSize(780, 500); folderWindow.modal = false; folderWindow.closable =  true; folderWindow.draggable = false;     folderWindow.moveTo(205,66);The   folderWindow.setContentSize(780, 500); folderWindow.modal = false; folderWindow.closable =  true; folderWindow.draggable = false;     folderWindow.moveTo(205,66);does not work with the EXT 3.0 Framework.  The documentation with Adobe is still refering to the EXT 1.1.1 Framework when researching the ColdFusion.Window.getWindowObject()I understand that the setContentSize  or the moveTo is not in the  EXT 3.0 Framework.  I tried to access the EXT 3.0 Framework by using .setWidth and .setHeight .  The modal and draggleble call would not work.There is no documentation on what you can access with Coldfusion 9 getWindowObject()  http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS0ef8c004658c1089-6262c847120f1a3b244-7fbe.htmlThe documentation is still refering to the EXT 1.1.1 Framework Ext.BasicDialogThere is also another bug with the getWindowObject() Bug 80337 that I filed(_title.innerHTML causing the close button to disappear).This is very important that this is all working to migrate from the Coldfusion 8 EXT 1.1.1 Framework to the EXT 3.0 Framework.  Adobe has done a great job handling alot o f the migration of the Frameworks.  They need to fix THIS and our application could migrate with just a little bit of code conversion.   to Coldfusion 9.  Coldfusion 9 still needs a little work.  I also miss the css Vista themes.  I had to configure the ext-all.css to file to try to bring in a different theme.

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

Watson Bug ID:	3040295

External Customer Info:
External Company:  
External Customer Name: Ron Lebfrom
External Customer Email: 133907D4446362FF99201549
External Test Config: 10/14/2009

Attachments:

Comments: