mimikoko
23 Apr 2009, 2:47 AM
Hello everybody,
Java: 6
GWT: 1.6.4
GXT: 2.0-m1
IE : 7
Firefox: 3.0.8
The HtmlEditor behaves differently in Internet Explorer and Firefox by "new line" (Enter).
IE converted the HtmlEditor "new lines" to HTMLTag - p (see image (http://extjs.com/forum/attachment.php?attachmentid=13216&stc=1&d=1240483526)):
<P>dummy test</P>
<P>dummy test</P>
<P>dummy test</P>
Firefox converted the HtmlEditor "new lines" to HTMLTag - br (see image (http://extjs.com/forum/attachment.php?attachmentid=13215&stc=1&d=1240483526)):
dummy test<br>dummy test<br>dummy test<br>dummy test<br>
Java: 6
GWT: 1.6.4
GXT: 2.0-m1
IE : 7
Firefox: 3.0.8
The HtmlEditor behaves differently in Internet Explorer and Firefox by "new line" (Enter).
IE converted the HtmlEditor "new lines" to HTMLTag - p (see image (http://extjs.com/forum/attachment.php?attachmentid=13216&stc=1&d=1240483526)):
<P>dummy test</P>
<P>dummy test</P>
<P>dummy test</P>
Firefox converted the HtmlEditor "new lines" to HTMLTag - br (see image (http://extjs.com/forum/attachment.php?attachmentid=13215&stc=1&d=1240483526)):
dummy test<br>dummy test<br>dummy test<br>dummy test<br>