In nightly build 5388, when a window is clicked its x/y position increments by 2 with each click...the window creeps along the screen...for IE7 DHTML only:

<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="onclick">
            Debug.write("x="+this.x+", y="+this.y);
        </handler>
    </window>
</canvas>
--
Robert Yeager
Founder, Qrowd
http://www.qrowd.com/blog
http://www.qrowd.com

Reply via email to