Enterkey bug using IE7
Editor version 2.4 using dot.net Dll 2.2
Using imported (cleaned) text from MS Word
When pressing enter between <div>s the new <div> produced is unpopulated in IE7 and has no effect.
Browser - IE7 on XP pro Sp2
// new entermode settings
FCKConfig.EnterMode = 'p' ; // p | div | br
FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
(Html SOURCE code using IE7 after Enter is pressed)
<div><font size="2">Clerical and secretarial staff do the numerous, and essential, administrative jobs that go on behind the scenes. Receptionists are the important ‘public face’ of a company. They take phone calls and greet visitors when they arrive. </font></div>
<div><font size="2"></font></div>
<div><font size="2"></font></div>
<div><font size="2"></font></div>
<div><font size="2">Good customer service staff are vital if companies want to keep their customers coming back again and again. </font></div>
<div> </div>
Code produced in FireFox works correctly - populated <div>s - pushing the text down the page
(Html SOURCE code using FireFox 2.0 after Enter is pressed)
<div><font size="2">Clerical and secretarial staff do the numerous, and essential, administrative jobs that go on behind the scenes. Receptionists are the important ‘public face’ of a company. They take phone calls and greet visitors when they arrive. </font></div>
<div> </div>
<div> </div>
<div> </div>
<div><font size="2">Good customer service staff are vital if companies want to keep their customers coming back again and again. </font></div>
<div> </div>
(Html SOURCE code before using Enter to split the text)
(IE7)
<div><font size="2">Clerical and secretarial staff do the numerous, and essential, administrative jobs that go on behind the scenes. Receptionists are the important ‘public face’ of a company. They take phone calls and greet visitors when they arrive. Good customer service staff are vital if companies want to keep their customers coming back again and again. </font></div>
<div> </div>
(Firefox 2.0)
<div><font size="2">Clerical and secretarial staff do the numerous, and essential, administrative jobs that go on behind the scenes. Receptionists are the important ‘public face’ of a company. They take phone calls and greet visitors when they arrive. Good customer service staff are vital if companies want to keep their customers coming back again and again. </font></div>
<div> </div>
Editor version 2.4 using dot.net Dll 2.2
Using imported (cleaned) text from MS Word
When pressing enter between <div>s the new <div> produced is unpopulated in IE7 and has no effect.
Browser - IE7 on XP pro Sp2
// new entermode settings
FCKConfig.EnterMode = 'p' ; // p | div | br
FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
(Html SOURCE code using IE7 after Enter is pressed)
<div><font size="2">Clerical and secretarial staff do the numerous, and essential, administrative jobs that go on behind the scenes. Receptionists are the important ‘public face’ of a company. They take phone calls and greet visitors when they arrive. </font></div>
<div><font size="2"></font></div>
<div><font size="2"></font></div>
<div><font size="2"></font></div>
<div><font size="2">Good customer service staff are vital if companies want to keep their customers coming back again and again. </font></div>
<div> </div>
Code produced in FireFox works correctly - populated <div>s - pushing the text down the page
(Html SOURCE code using FireFox 2.0 after Enter is pressed)
<div><font size="2">Clerical and secretarial staff do the numerous, and essential, administrative jobs that go on behind the scenes. Receptionists are the important ‘public face’ of a company. They take phone calls and greet visitors when they arrive. </font></div>
<div> </div>
<div> </div>
<div> </div>
<div><font size="2">Good customer service staff are vital if companies want to keep their customers coming back again and again. </font></div>
<div> </div>
(Html SOURCE code before using Enter to split the text)
(IE7)
<div><font size="2">Clerical and secretarial staff do the numerous, and essential, administrative jobs that go on behind the scenes. Receptionists are the important ‘public face’ of a company. They take phone calls and greet visitors when they arrive. Good customer service staff are vital if companies want to keep their customers coming back again and again. </font></div>
<div> </div>
(Firefox 2.0)
<div><font size="2">Clerical and secretarial staff do the numerous, and essential, administrative jobs that go on behind the scenes. Receptionists are the important ‘public face’ of a company. They take phone calls and greet visitors when they arrive. Good customer service staff are vital if companies want to keep their customers coming back again and again. </font></div>
<div> </div>