taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Scrollbars/border show in IE8 Standards mode #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a jwysiwyg object.
2. Run the code in IE8 Standards mode

What is the expected output? What do you see instead?
Other browsers (including IE6,IE7,FF1-3,Safari) will display an editor
without scrollbars. IE8 displays an old-school iframe with scrollbars +
indented border

What version of the product are you using? On what operating system?
0.5, Vista x64

Please provide any additional information below.

-In the editor var declaration (line 346), add .attr('frameborder',0);
(removes the 3D border)

-Inside the iframe content (line 76), add style="margin:0" to the body tag
(removes scrollbars, but also the margin)

Original issue reported on code.google.com by bullbran...@gmail.com on 31 Jul 2009 at 7:48

GoogleCodeExporter commented 8 years ago

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 11:13