Opened 17 years ago
Closed 17 years ago
#1575 closed Bug (fixed)
Firefox: Empty paragraph added if an object tag occurs as first element in the body
Reported by: | Geir Helge Tjøstolvsen-Schmidt | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.5 Beta |
Keywords: | Confirmed Firefox | Cc: |
Description (last modified by )
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.
Change History (2)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Confirmed Firefox added |
Owner: | set to Martin Kou |
Status: | new → assigned |
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [1123].
Click here for more info about our SVN system.
Confirmed on Firefox, ok on IE, Safari and Opera.