Opened 15 years ago
Closed 13 years ago
#5275 closed Bug (fixed)
Unwanted br at first line on first keystroke in FF 3.x
Reported by: | tkrah | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2 |
Keywords: | Cc: |
Description
Using Firefox i "click" into the content window of ckeditor and press a key, lets say "a". The cursor does jump to the next line and displays the "a" at the second line, not the first - IE8 seems not to have this issue. Looking with firebug i see an additional <br _moz_dirty... /> at the first line - which i can remove via entf or backspace.
enterMode used is CKEDITOR.ENTER_BR
This did also happen with 3.1.
Change History (3)
comment:1 Changed 15 years ago by
Keywords: | firebug 1.5.x added |
---|
comment:2 Changed 15 years ago by
I've got FF 3.5.8 and Firebug is disabled and this is happening too.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
No longer reproducible in latest CKEditor 3.6.3
I can only reproduce this behaviour in FF 3.6 with Firebug 1.5.3 enabled.
It is likely releated to issue http://dev.fckeditor.net/ticket/5253.