Hi, Thanks for the demo.
This is no bug. When the iframe is not in the DOM / shown it won't fire the load event. You should place the iframe absolute somewhere outside the viewport (left / right -1000) and / or size it to with / height 1px, do your manipulations and move it to the visible viewport again. Tino Am 08.02.2011 um 19:08 schrieb jraulperez: > > Of course I can do it! > > This is what I'm trying: http://tinyurl.com/6h97dkw > > As you can see, if we use the functions to hide the iframe, then the iframe > it doesn't load the page. What I need to do, is after load the page, remove > some html elements via javascript. All before show the iframe. > > First idea was just to remove before add it to main window, but as you can > see, it doesn't load until we add it ( this.getRoot().add(iframe); ) .. then > I tried to hide.. but didn't works either.. > > I can't say it's a bug, maybe this behaviour it is the expected... what do > you believe? > > thanks for your time > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/qx-ui-embed-Iframe-only-loads-when-I-add-it-in-window-tp5998757p6004948.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel Tino Butz Mobile Architect 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-4488 [email protected] Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
