Side navigation
#220 closed bug (fixed)
Opened September 27, 2006 01:58PM UTC
Closed October 11, 2009 02:16PM UTC
Nathan
Reported by: | jaq@ethelred.org | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | ajax | Version: | |
Keywords: | Nathan | Cc: | Nathan |
Blocked by: | Blocking: |
Description
I am using jQuery to work with XML documents that are parsed in the browser. However using the .attr(String) method fails with an error in IE.
I have tracked down the problem, which appears to be different implementations of 'getAttribute' between the HTML DOM and XMLDOM in IE.
I have attached a patch with a test case and my fix. Unfortunately the fix consists of catching the error and calling the other version of the function, which seems a bit clunky.
Attachments (4)
Change History (5)
Changed September 27, 2006 02:08PM UTC by comment:1
Changed September 27, 2006 02:50PM UTC by comment:2
Oh I forgot to say the patch is against SVN revision 361.
Changed October 15, 2006 03:00AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
This has been fixed in the latest SVN.
Changed November 06, 2006 02:08PM UTC by comment:4
cc: | "" → Nathan |
---|---|
component: | → 1 |
keywords: | attr xml → Nathan |
milestone: | → 1 |
priority: | → 1 |
summary: | in IE .attr(String) fails with an error on an XMLDOM document → Nathan |
type: | → 1 |
version: | → 1 |
Changed October 11, 2009 02:16PM UTC by comment:5
component: | → ajax |
---|---|
description: | I am using jQuery to work with XML documents that are parsed in the browser. However using the .attr(String) method fails with an error in IE.\ \ I have tracked down the problem, which appears to be different implementations of 'getAttribute' between the HTML DOM and XMLDOM in IE.\ \ I have attached a patch with a test case and my fix. Unfortunately the fix consists of catching the error and calling the other version of the function, which seems a bit clunky. → I am using jQuery to work with XML documents that are parsed in the browser. However using the .attr(String) method fails with an error in IE. \ \ I have tracked down the problem, which appears to be different implementations of 'getAttribute' between the HTML DOM and XMLDOM in IE. \ \ I have attached a patch with a test case and my fix. Unfortunately the fix consists of catching the error and calling the other version of the function, which seems a bit clunky. |
need: | → Review |
priority: | → blocker |
resolution: | → fixed |
status: | new → closed |
type: | → bug |
Reopened by spammer.