Hi there,
if I press the Enter button in the FCK-Editor, the whole page scrolls up, which is quite difficult to write. This only occurs in the new Firefox 3!
Actually I guess this is a Firefox problem, but perhaps somebody knows how to fix this. I think more people will come and complain
bjoern
Wed, 06/18/2008 - 13:00
#1
Re: "Scroll up" when pressing Enter in Firefox 3
Having the same problem as specified above.
Since firefox is updated automaticly..I'm really looking forward to a fix for our users
Re: "Scroll up" when pressing Enter in Firefox 3
Re: "Scroll up" when pressing Enter in Firefox 3
We have a ticket for this issue:
http://dev.fckeditor.net/ticket/2279
A patch is already available. We are considering releasing FCKeditor 2.6.2 soon to include this fix. Feedback about the patch is strongly welcome.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: "Scroll up" when pressing Enter in Firefox 3
Hi,
I tried the patch...
I have replaced :
by :
I removed navigator cache some times, reboot my PC... but always the same problem : "Scroll up" when pressing Enter (Edit : or shift+Enter) in Firefox 3 !
(version 2.6 - windows XP - FF3)
@+
Re: "Scroll up" when pressing Enter in Firefox 3
Hi labosvt,
The non-minified source code we included within the release package isn't used by the browser at all, it's only there for reference. So modifying that will have no effect.
If you want to fix it yourself, you'll need to first download the SVN source code of your version of FCKeditor from https://svn.fckeditor.net/FCKeditor/tags with an SVN client, do the modifications in the code package, and then re-compile FCKeditor by running _dev/build_release.bat.
Re: "Scroll up" when pressing Enter in Firefox 3
Hi martinkou,
Thanks for reply !
Oupsss... I understand ! So, before compiling my news /js/files, I have tried the patch by using the /_source/files, first (with "fckeditor.original.html" method) ... And I can report that the problem is, now, fixed on version 2.6.0 !
So, it's time for me to use the FCK packager !
Note : For others users like me : all is explain here about script compression.
Thanks for all. (sorry for my bad english)
@+
Re: "Scroll up" when pressing Enter in Firefox 3
or
BUT NOT IF
Anyway, I think I just use div instead of br right now.
best regards,
bjoern