-
10 Jun 2009 10:58 AM #1
[FIXED][2.2.1/3.0rc2] Ext.DomQuery returns invalid results when parsing XML in Opera
[FIXED][2.2.1/3.0rc2] Ext.DomQuery returns invalid results when parsing XML in Opera
This is wrong only when using "parent > child" syntax...
Btw. when using this syntax on normal DOM tree everything works just perfect...
Javascript
XML fileCode:Ext.Ajax.request({ url: 'test.xml', success: function (response) { // should display 2, but displays 0 in Opera alert(Ext.DomQuery.select('data > item', response.responseXML).length); } });
Code:<data> <item>1</item> <item>2</item> </data>
-
10 Jun 2009 10:59 AM #2
Version info
Version info
Broken in latest 2 and in RC 3 as well...
-
10 Jun 2009 10:51 PM #3
This is fixed in both SVN versions. I don't see why it would be broken for RC2 though, since it was fixed a while back. Perhaps we need to look at how it's being built.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
11 Jun 2009 2:46 AM #4
Thanks
Thanks
Thanks very much for checking this for me. It would be nice to have always a chance to download (or to reach using cachefly) latest ext-all.js and ext-all-debug.js with latest fixes from SVN.
-
11 Jun 2009 7:19 AM #5Tim Ryan
Read BEFORE posting a question / BEFORE posting a Bug
Use Google to Search - API / Forum
API Doc (4.x | 3.x | 2.x | 1.x) / FAQ / 1.x->2.x Migration Guide / 2.x->3.x Migration Guide


Reply With Quote
