RLWB / jqueryjs

Automatically exported from code.google.com/p/jqueryjs
0 stars 0 forks source link

documentElement is undefind at line 488 jquery-1.2.1 #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
isXMLDoc: function(elem) {
        return elem.documentElement && !elem.body ||
            elem.tagName && elem.ownerDocument && !elem.ownerDocument.body;
    }

On IE6 of jQuery-1.2.1
elem.documentElement will cause the problem,but jQuery-1.1.3.1 won't

Original issue reported on code.google.com by hunt...@gmail.com on 27 Sep 2007 at 10:03

GoogleCodeExporter commented 8 years ago
Thank you for writing up this problem.  Unfortunately we use a different bug 
tracking system at http://dev.jquery.com/ so this issue was just noticed.  In 
the 
future, please use that system for tracking issues.  We are going to check the 
current google issues and then close this issue database to help stop any 
confusion 
about which to use.

Unfortunately I was unable to reproduce this bug with the written description.  
If 
you can make a working test case that displays the problem please open a new 
ticket 
at dev.jquery.com and we'll take a look.

Thanks.

Original comment by davidser...@gmail.com on 11 Jan 2008 at 6:22