Dave Methvin schrieb:
>> look at http://imaptools.com:8081/maps/demo.html
>> and double click on the map, then click the toggle button under the map.
>>
>> This is currently broken on IE, because of
>>     http://jquery.com/dev/bugs/bug/164/
>> (Which I hope gets FIXED soon, please!)
>>
>>     
>
> I think this is breaking a find() case in the test suite as well. Did some
> recent change cause the breakage, or just that the error has been there all
> along and recently reported?
>   
Check my latest comment here: http://jquery.com/dev/bugs/bug/164/

These three lines cause lots of trouble when working with XML in IE:

} else if ( elem.getAttribute != undefined && elem.tagName ) { // IE 
elem.getAttribute passes even for style
        if ( value != undefined ) elem.setAttribute( name, value );
        return elem.getAttribute( name, 2 );

Test attr(String, Object)x does not fail, instead IE hangs and skips the 
test. In addition, it indicates an error on the first line, but only the 
first time the page is loaded. Something about "Wrong number of 
arguments or illegal property assignment".

If you have any idea how to solve this, you are welcome.

-- 
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to