tracker issue : CF-3041817

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

Bug 83673:(Watson Migration Closure)According to the ExtJS docs I should be able to do this, but it seems this is not possible

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)

Created: 07/26/2010

Components: AJAX, UI Components

Versions: 9.0.1

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Most users will encounter

Locale/System: English / Platforms All

Vote Count: 0

Problem:

According to the ExtJS docs I should be able to do this, but it seems this is not possible.
var test = ColdFusion.Window.getWindowObject('testAndrew');
test.load({
    url: 'your-url.php',
    params: {param1: 'foo', param2: 'bar'}, // or a URL encoded string
    discardUrl: true,
    nocache: true,
    text: 'Loading...',
    timeout: 60,
    scripts: false
});

// Save time by avoiding RegExp execution.});

The error message appears to be a YUI error and not an ExtJS error, so I am not sure what is happening here but as the cfwindow should be an ExtJS object I should be able to run this code with no problems.
Method:

[vmanenbo 11/25/2010] Adding repro case:

\\blrfs04.macromedia.com\builds\coldfusion\bugs\83673\*

Result:

f is undefinedhttp://127.0.0.1:82/CFIDE/scripts/ajax/ext/adapter/yui/ext-yui-adapter.jsLine 7

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

Watson Bug ID:	3041817

External Customer Info:
External Company:  
External Customer Name: Andrew Scott
External Customer Email: 3DEA395D4926D3D0992015B9
External Test Config: 07/26/2010

Attachments:

Comments:

We are fixing important bugs for ajax and so closing this.
Comment by Suchika S.
21567 | December 04, 2014 03:05:54 AM GMT