taoguan / jwysiwyg

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

Div's Inserted in Webkit Browsers #181

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Insert new line using a webkit browser

What is the expected output? What do you see instead?
the html generated should be test<br>test2 instead it comes out as
test<div><br></div>test2

What version of the product are you using? On what operating system?
Windows, Linux, OSX using 0.6 and 0.7

It displays fine in IE and FF however Chrome and Safari it doesn't

Original issue reported on code.google.com by blackfor...@gmail.com on 3 May 2010 at 12:24

GoogleCodeExporter commented 8 years ago
I have the same problem, when I add two lines of text they are separated by 
<div> tags and not by <br /> tags when I use Google Chrome webbrower, Internet 
Explorer and Firefox are doing fine.

Original comment by dotredwe...@gmail.com on 24 Aug 2010 at 5:59