[Laszlo-dev] must we restrict the debugger width to the canvas width?

Sarah Allen sarah at ultrasaurus.com
Sun Jun 21 14:57:48 PDT 2009


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




More information about the Laszlo-dev mailing list