Hello everybody,

the following code snippet executes fine in FF3.5.x and Safari but not in
IE8 (also in IE7 compatibility mode):

var nativeWin = qx.bom.Window.open("", this.tr("Print"), {width: 600, height
: 800});
var c = qx.bom.Collection.html("<p>test</p>");
qx.bom.Collection.query("body", nativeWin.document).append(c);
The error thrown by IE8 is: "Interface not supported" (I hope this is the
correct translation of "Schnittstelle nicht unterstützt") in qx/bom/Html.js
line 248, column 13.

Am I doing something wrong or is this a bug?


Regards, Florian
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to