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
Original issue reported on code.google.com by
bullbran...@gmail.com
on 31 Jul 2009 at 7:48