Yes , that's a problem .
We need to adjust the script for the <iframe width="100%" ...>
Currently you could use this statement to adjust the width munually
Editor1.FrameStyle.Width=Unit.Percentage(99);
If the Editor1's width is fixed , you could use the Unit.Pixel(388) too .
Regards , Terry .