Nightly build 5388 crashes the DHTML runtime with this code:

<canvas id="maincanvas" width="100%" height="100%" validate="false" debug="true" proxied="false" bgcolor="0x00aaaa">
    <debug x="650" y="200" width="800" height="400" fontsize="12"/>

    <window x="100" y="100" width="200" height="200">
        <handler name="oninit">
            this. LzDelegate(this, "onx_del", this, "onx");
        </handler>
        <method name="onx_del">
            Debug.write("onx_del: "+this.x);
        </method>
    </window>
</canvas>

DHTML IE7 and FF both crash with debug and non-debug runtimes.

FF debug DHTML gives this runtime error:

ERROR: http://localhost:8080/lps/includes/lfc/LFCdhtml-debug.js:4041: $5_d.c[$5_d.f] is not a function

The test code is borderline nonsensical...SWF doesn't display the debug output...but the DHTML should fail gracefully.
--
Robert Yeager
Founder, Qrowd
http://www.qrowd.com/blog
http://www.qrowd.com

Reply via email to