Opened 17 years ago
Last modified 17 years ago
#1575 closed Bug
Firefox: Empty paragraph added if an object tag occurs as first element in the body — at Initial Version
Reported by: | Geir Helge Tjøstolvsen-Schmidt | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.5 Beta |
Keywords: | Confirmed Firefox | Cc: |
Description
If <object> is the first tag in the source, firefox adds <p> </p> at the beginning of the document.
Firefox 2.0.9 / Ubuntu Gutsy and windows xp+vista Reproduced with the FCKeditor demo (2.5 Beta) and 2.4.3
How to reproduce:
- Go to source view
- Remove all content
- Insert: <object></object>
- Go to html view and then back to source view
- The html now looks like: <p> </p><object></object>
This do not happen in IE.