Threaded View
-
3 Feb 2011 5:50 PM #1
[OPEN-759] Ext.ComponentQuery.query() Epic Fail!
[OPEN-759] Ext.ComponentQuery.query() Epic Fail!
Sencha 1.0.1
Google Chrome
see http://www.sencha.com/forum/showthre...()-not-working
It appears that the component manager is using a Ext.util.HashMap rather than a mixed collection. The query routine calls on the all.items property of Ext.ComponentMgr
there are also several other places where all.items is referenced within ComponentQuery.jsCode:if (!root) { workingItems = Ext.ComponentMgr.all.items.slice(); }
As the itemID is supposed to be non unique as stated by Tommy in his conference videos, it appears that either A, the hash map cannot work as a container, or B the hashmap should be extended to be a chaining based hash implementation, like http://www.brpreiss.com/books/opus7/...00000000000000
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Ext.ComponentQuery.query() not working
By ashish01 in forum Sencha Touch 1.x: DiscussionReplies: 3Last Post: 7 Sep 2012, 4:45 AM -
[OPEN-395] Float Style Causes HTML to Fail on Button
By darrenb in forum Sencha Touch 1.x: BugsReplies: 4Last Post: 1 Nov 2010, 4:02 AM -
Fail to open the help documents on local
By jacky.qj in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 15 Nov 2007, 9:45 PM -
Open tab using url and query string.
By valc in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 10 Jan 2007, 10:36 AM


Reply With Quote