Re: [jQuery] [Fwd: jquery bug 164] (fix?)

2006-11-06 Thread Brandon Aaron
Weird ... I wrote this email but never sent it :/ I've run it through the test suite and it doesn't affect anything else but I think Jorn had some tests specific to this bug that need to be added back in ... so it is probably best to wait for him to commit this fix to SVN. -- Brandon Aaron On

Re: [jQuery] [Fwd: jquery bug 164] (fix?)

2006-11-04 Thread Dave Methvin
Okay, this version doesn't error out at least: http://methvin.com/junk/jquery-xml-bug.html?patched The fix is to change this line of attr() : Old: } else if ( elem.getAttribute != undefined elem.tagName ) { // IE elem.getAttribute passes even for style New: } else if (

Re: [jQuery] [Fwd: jquery bug 164] (fix?)

2006-11-04 Thread Brandon Aaron
On 11/4/06, Dave Methvin [EMAIL PROTECTED] wrote: Okay, this version doesn't error out at least: http://methvin.com/junk/jquery-xml-bug.html?patched The fix is to change this line of attr() : Old: } else if ( elem.getAttribute != undefined elem.tagName ) { // IE elem.getAttribute

Re: [jQuery] [Fwd: jquery bug 164] (fix?)

2006-11-04 Thread Stephen Woodbridge
Dave, You are Awesome! this fixes the problem in IE6. http://imaptools.com:8081/maps/demo2.html double click the map and now you can toggle between the xml and formated html under the map. Many many thanks! -Steve *happy* *happy* *smiling* *smiling* Dave Methvin wrote: Okay, this version