Ivan Furnadjiev wrote:
> 
>       var iframe = new qx.ui.embed.Iframe( "http://www.eclipse.org"; );
> 

I recall a similar problem in 0.7.3. Did you try the following (untested)
workaround?

      var iframe = new qx.ui.embed.Iframe();
      iframe.setSource("http://www.eclipse.org";);

I believe this hit the mailing list a while ago but couldn't easily find the
exact thread. Please check and report back if it helps working around the
issue! ;-)

Hope this helps,
 Helder Magalhães
-- 
View this message in context: 
http://www.nabble.com/IFrame-blocker-node-tp21951913p21952668.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to