Threaded View
-
30 Oct 2012 2:53 PM #1
2.1.0rc2 - Element.traversal.js overwrites Element.select with broken implementation
2.1.0rc2 - Element.traversal.js overwrites Element.select with broken implementation
The file /touch/src/dom/Element.traversal.js, which is not referenced anywhere in the docs, overwrites the Element.select implementation referenced in the docs with this one:
...which gets the parameters to Ext.dom.Element.select wrong, causing the select to find elements across the entire document rather than within the scope of the elementCode:select: function(selector, composite) { return Ext.dom.Element.select(selector, this.dom, composite); }
Snapshot 10:30:12 6:50 PM.png
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3640
in
2.2.


Reply With Quote