Re: [qooxdoo-devel] Native IE7 XMLHttpRequest object incompatibility problem

2006-12-06 Thread Dietrich Streifert
Yep! It is fixed. Thank you Fabian. Regards Fabian Jakobs schrieb: > Hello Dietrich, > > I have modified the order, the msxml implementations are searched. > msxml3 is now the preferred implementation. This should fix this issue. > > Best Fabian > > > > -

Re: [qooxdoo-devel] Native IE7 XMLHttpRequest object incompatibility problem

2006-12-06 Thread Fabian Jakobs
Hello Dietrich, I have modified the order, the msxml implementations are searched. msxml3 is now the preferred implementation. This should fix this issue. Best Fabian - Take Surveys. Earn Cash. Influence the Future of IT

Re: [qooxdoo-devel] Native IE7 XMLHttpRequest object incompatibility problem

2006-12-06 Thread Fabian Jakobs
Dietrich Streifert schrieb: > I'v tried your test. The problem is there. Here is the content of the > debug area: > > qx.core.Init[3] > 000406: qooxdoo 0.7-pre (r5009) > 000422: loaded 278 classes > 000422: client: mshtml-7.0/win/de > qx.component.init.InterfaceInitComponent[29] > 000422: initiali

Re: [qooxdoo-devel] Native IE7 XMLHttpRequest object incompatibility problem

2006-12-06 Thread Dietrich Streifert
I'v tried your test. The problem is there. Here is the content of the debug area: qx.core.Init[3] 000406: qooxdoo 0.7-pre (r5009) 000422: loaded 278 classes 000422: client: mshtml-7.0/win/de qx.component.init.InterfaceInitComponent[29] 000422: initialize runtime: 0ms 000484: main runtime: 62ms 0

Re: [qooxdoo-devel] Native IE7 XMLHttpRequest object incompatibility problem

2006-12-06 Thread Fabian Jakobs
Hello Dietrich, I'm currently testing my application against IE7. I'm using XMLHttpRequest (via RemoteRequest) and doing sometimes manipulations of the received XML document. In some scenarios I need to create a xml document and copy nodes from one document to the other, in this case from a x

Re: [qooxdoo-devel] Native IE7 XMLHttpRequest object incompatibility problem

2006-12-05 Thread Dietrich Streifert
As a first workarround I've overridden the class method qx.io.remote.XmlHttpTransport.isSupported so the test for native xmlhttp fails if the client is mshtml: if (window.XMLHttpRequest && !qx.sys.Client.getInstance().isMshtml()) Dietrich Streifert schrieb: > Hello List, > > I'm currently t

[qooxdoo-devel] Native IE7 XMLHttpRequest object incompatibility problem

2006-12-05 Thread Dietrich Streifert
Hello List, I'm currently testing my application against IE7. I'm using XMLHttpRequest (via RemoteRequest) and doing sometimes manipulations of the received XML document. In some scenarios I need to create a xml document and copy nodes from one document to the other, in this case from a xmlhtt