[jquery-dev] Re: 1.3b2 trouble with selectors on nested contexts in XML documents

2009-01-11 Thread John Resig
This should be fixed now: http://github.com/jeresig/sizzle/commit/73da850c3f1da1cfcef179822fc9e46d3caf7330 I'll be pushing it upstream into jQuery soon. --John On Wed, Jan 7, 2009 at 5:57 PM, Nour Sharabash wrote: > > I just posted about this. The bug is on account of jquery using > toUpperC

[jquery-dev] Re: 1.3b2 trouble with selectors on nested contexts in XML documents

2009-01-07 Thread Nour Sharabash
I just posted about this. The bug is on account of jquery using toUpperCase on the dom property nodeName, as jQuery assumes that the dom is implemented like this. However, strictly speaking, xml nodes are case sensitive so this property isn't set in all caps when the content is negotiated as appli

[jquery-dev] Re: 1.3b2 trouble with selectors on nested contexts in XML documents

2009-01-06 Thread Briz
Thanks, I was hoping it was helpful. On Tue, Jan 6, 2009 at 10:07 AM, John Resig wrote: > > Thanks for pulling this together - I'm making a note of it! > > Oh, and great test case, by the way :-) It's great to see everything > on one page. > > --John > > > > On Tue, Jan 6, 2009 at 12:58 PM, Bri

[jquery-dev] Re: 1.3b2 trouble with selectors on nested contexts in XML documents

2009-01-06 Thread John Resig
Thanks for pulling this together - I'm making a note of it! Oh, and great test case, by the way :-) It's great to see everything on one page. --John On Tue, Jan 6, 2009 at 12:58 PM, Briz wrote: > > Hi, guys. So far, 1.3b2 is a drop-in replacement for my most recent > work. I've run into only