Opened 18 years ago
Last modified 18 years ago
#254 closed Bug
Firefox inserts empy paragraph at beginning of editor — at Initial Version
Reported by: | Mike Koepke | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Firefox | Cc: |
Description
When running the editor under FF, it starts with <p> </p> in the code.
The same problem occurs if deleting all text.
FF
- In wysiwyg mode, type some text.
- Select All (Ctrl+A).
- Press Delete (Text is gone)
- Go to source mode, <p> </p> is present
IE
- Perform steps 1-3 above
- Go to source mode, source is empty
One final note, with FF, if you delete all the text in source mode and then switch to wysiwyg mode and back to source mode, the source is empty.