-
1 Jul 2011 12:30 PM #1
[TOUCH-227] Ext.Panel.update loadScript and callback ignored
[TOUCH-227] Ext.Panel.update loadScript and callback ignored
Sencha Touch version tested:
- 1.1.0
Platform tested against:- XP + Chrome 12
Description:- loadScripts & callback are ignored when calling Ext.Panel.update
Debugging already done:
(sencha-touch-debug.js)- Ext.Panel :
(line 19660) this.getTargetEl().update(this.html, loadScripts, cb); - Ext.Element :
(line 11273) El.prototype.update = function(html) {...}
Possible fix:- not provided
-
5 Jul 2011 4:47 PM #2
Thanks for the report, filed as TOUCH-227
-
26 Sep 2011 6:54 AM #3
updating carousel with data
updating carousel with data
kindly help me with this code...
i have four carousels...
the syntax for updating first and last carousel is...
panel.items.first().update(data);
panel.items.last().update(data);
and its working
but i am unable to update the middle carousels like 2nd and 3rd carousel....
i tried using this syntax:
panel.items[0].update(data);
panel.items[1].update(data);
panel.items[2].update(data);
panel.itemst[3].update(data);
but not working....
any help wud be awesum...
thnx in advance
-
6 Mar 2012 4:43 PM #4
Any luck in getting this resolved, or is the only potential solution upgrading all code to ST2?
Thanks,
Brian
You found a bug! We've classified it as
a bug in our system.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote