I'm not sure what you are asking. If you make the debugger wider than the canvas, doesn't it just get clipped? How is that useful?

On 2009-06-21, at 17:57EDT, Sarah Allen wrote:


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



Reply via email to