#535 closed Bug (fixed)
Enter key inserting multiple breaks after using shift-enter
Reported by: | Brian Klug | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
Component: | UI : Enter Key | Version: | FCKeditor 2.4.3 |
Keywords: | Firefox Confirmed | Cc: |
Description
- Load editor in Firefox at http://www.fckeditor.net/_temp/2.4.3/_samples/
- Delete all text and type "Hello<enter>".
- Hit <shift-enter> three times
- Type "Hi<enter>"
After the word "Hi", you will see the cursor jump down 4 lines, instead of 1.
Change History (3)
comment:1 Changed 18 years ago by
Keywords: | Firefox Confirmed added; firefox enter removed |
---|
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok, I caught it.
The fix for this one is included in [308], which has not been included in the 2.4.3. I was able to isolate the necessary code for the fix and merged it to the version branch with [377]. Fortunately, I was able to do that, with some intuition, otherwise we would be forced to include [308] in the 2.4.3, which would delay the release for testing.
comment:3 Changed 11 years ago by
Version: | FCKeditor 2.4.3 Beta → FCKeditor 2.4.3 |
---|
I could confirm this with the 2.4.3 Beta link, but trunk is working well. I'll check our latest changes to see if anything else must be merged on 2.4.3 for its final release.