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 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 ( typeof(elem.getAttribute) != "undefined" && elem.tagName ) {
> \
> 
> I think IE  is trying to _call_ elem.getAttribute for some reason, must be a
> bug in the COM typelib for the XML control.
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Brandon Aaron
> Sent: Saturday, November 04, 2006 1:01 PM
> To: jQuery Discussion.
> Subject: Re: [jQuery] [Fwd: jquery bug 164]
> 
> On 11/4/06, Brandon Aaron <[EMAIL PROTECTED]> wrote:
>> This is interesting. These both fail for me ...
>> Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; 
>> .NET CLR 2.0.50727)
> 
> I should also mention it fails with the line #722 'Wrong number of arguments
> or invalid property assignment' in both IE6 and IE7.
> 
> --
> Brandon Aaron
> 
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to