-
15 Mar 2011 1:21 PM #1
[FIXED]Element.load fails
[FIXED]Element.load fails
Using PR3, this code fails:
with this error:Code:Ext.get('test_container').load({ url: '/some/neat/url', scripts: true });
In older versions of Ext, Ext.data.Connection would set argument on the response before calling the callback. It doesn't appear to be doing this any more, but Ext.Updater still depends on it.Code:Uncaught TypeError: Cannot read property 'form' of undefined processSuccess (ext-all-debug.js:19587) Ext.apply.callback (ext-core-debug.js:5373) Ext.define.onComplete (ext-all-debug.js:21578) Ext.define.onStateChange (ext-all-debug.js:21537) Ext.Function.bind (ext-core-debug.js:1660)
Last edited by wbutler; 15 Mar 2011 at 1:25 PM. Reason: Adding version info.
-
20 Mar 2011 7:40 PM #2
Will be fixed in the next release, thanks!
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Ext.Element.createChild fails on tbody in IE
By thomask42 in forum Ext 3.x: BugsReplies: 4Last Post: 15 Dec 2010, 7:29 AM -
[FIXED-472][3.1] Element isVisible "deep" check fails to fully check all ancestors
By JamesC in forum Ext 3.x: BugsReplies: 3Last Post: 27 Jan 2010, 3:56 PM -
[2.2.1] applyTo fails in IE8 if an element is inside <p>
By tihobrazov in forum Ext 2.x: BugsReplies: 4Last Post: 2 Apr 2009, 1:14 AM -
updateManager fails to update text box element...
By violinista in forum Ext 1.x: Help & DiscussionReplies: 11Last Post: 22 Jun 2007, 9:08 AM


Reply With Quote