Ticket #1575 (closed Bug: fixed)
Firefox: Empty paragraph added if an object tag occurs as first element in the body
| Reported by: | geirhelge | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.5 Beta |
| Keywords: | Confirmed Firefox | Cc: |
Description (last modified by martinkou) (diff)
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
Note: See
TracTickets for help on using
tickets.