Hi,

i found this bug that is specific to qooxdoo it seems.

The bug was already reported here: 
https://code.google.com/p/chromium/issues/detail?id=332793
<https://code.google.com/p/chromium/issues/detail?id=332793>  

But i found something interesting that might be important to mention.

This crashes only when the .xml and .xslt files are on the same server as
the qx application is.
If you put your application on a different server, it doesn't crash.

Example:
We have the same file on these locations:
http://localhost/test1.xml
http://www.myServer.com/test1.xml

And our servers:
/http://localhost/myTestApp.html/
Iframe("http://www.myServer.com/test1.xml";) ---> Works
Iframe("http://localhost/test1.xml";)                ---> Crash

/httml://www.myServer.com/myTestApp.html/
Iframe("http://www.myServer.com/test1.xml";) ---> Crash
Iframe("http://localhost/test1.xml";)                ---> Works


It also doesn't work in opera.

Regards,
Defero



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Iframe-XML-XSLT-chrome-bug-tp7585680.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to