﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1121	Scrolling does not work properly with the new Enter Key handler code	gboissiere	Martin Kou	"This issue seems to be Firefox specific.  The bug seems to be in the FCKEnterKey class although I could not figure out how to fix it.

To reproduce (very easy):
- download the latest nightly built (or version 2.4.3)
- edit fckconfig.js and replace:  
  FCKConfig.EnterMode = 'p' ;
  by 
  FCKConfig.EnterMode = 'br' ;
- Load the _samples/default.html page into Firefox
- Now keep pressing the enter key until the cursor goes down enough to create a scrollbar

What you will see:  You will notice that the scrollbar does not go down and follow the cursor as expected.  So the cursor becomes no longer visible.

What should happen instead:  The scrollbar should scroll down and the cursor should still be visible.

NOTE:  Type any character (other than Enter) and the scrollbar will work fine, which seem to point to a bug in the Enter Key handler code
"	Bug	closed	Normal	FCKeditor 2.5 Beta	General		fixed	Confirmed Firefox	
