I'd like to change this line in debugger.lzx:
super.setAttribute('width', Math.max( 170 , Math.min( w ,
canvas.width) ) );
to
super.setAttribute('width', Math.max( 170 , w ) );
I've done this locally, since I am working with a somewhat narrow
video player and I just stick it into a test html with a larger width
than is defined on teh canvas, so it looks just like it does on the
real site, but I can develop with a larger debugger window.
If no one objects (and someone else approves) I'll file a bug and
check it in. (I can also do the same for the height although it is
not as important)
Thanks,
Sarah