Hello, and thanks for any help with this bug I found.
I've been experimenting with building my own small-sized qx.js using
the generator.py program. The problem I have is that in Safari,
instantiating the qx.io.remote.Request causes the script to stop.
When I use the pre-built 1.2MB qx.js from download, there is no
problem, it works great!
The code I am trying to test looks like this:
<html>
<head>
<script type="text/javascript" src="script/core.js"></script>
<script type="text/javascript">
alert( 'start' );
var req = new qx.io.remote.Request( "http://www.google.com/",
"GET", "text/plain" );
alert( 'you must not be using Safari, because you can see this
message' );
</script>
</head>
BODY
</html>
Here's the details of the build environment:
######
core.dat:
######
class-path = framework/source/class
cache-directory = framework/.cache
generate-compiled-script
compiled-script-file = core.js
include = qx.core.*
include = qx.io.*
(I also tried building a "full" qooxdoo by putting "include = qx.*"
in this file -- the bug was still apparent.
######
build command
######
./framework/tool/generator.py --from-file framework/tool/presets/
core.dat
Thanks! -- Brian
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel