Opened 16 years ago

Closed 16 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 Martin Kou)

If <object> is the first tag in the source, firefox adds <p>&nbsp;</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:

  1. Go to source view
  2. Remove all content
  3. Insert: <object></object>
  4. Go to html view and then back to source view
  5. The html now looks like: <p>&nbsp;</p><object></object>

This do not happen in IE.

Change History (2)

comment:1 Changed 16 years ago by Martin Kou

Description: modified (diff)
Keywords: Confirmed Firefox added
Owner: set to Martin Kou
Status: newassigned

Confirmed on Firefox, ok on IE, Safari and Opera.

comment:2 Changed 16 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [1123].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy