This is my bug. http://jira.openlaszlo.org/jira/browse/LPP-4102 Working on it. Sorry for the regression!

On 2007-06-12, at 13:12 EDT, Qrowd Support wrote:

In nightly build 5388, this simple test always returns the same width and height of 500x400, regardless of the browser window size, in both SWF/DHTML for IE7/FF:

<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"/>

   <handler name="oninit">
       Debug.write(maincanvas.width);
       Debug.write(maincanvas.height);
   </handler>
</canvas>

I am running the test like this: http://localhost:8080/test.lzx? lzr=swf8&debug=true

This was working in 4.0.2.

--
Robert Yeager
Founder, Qrowd
http://www.qrowd.com/blog
http://www.qrowd.com <http://www.qrowd.com>

Reply via email to