Opened 17 years ago

Closed 17 years ago

#157 closed Bug (fixed)

Wrong empty tags generated

Reported by: Frederico Caldeira Knabben Owned by:
Priority: Normal Milestone: FCKeditor 2.4.1
Component: General Version: SVN (FCKeditor) - Retired
Keywords: Confirmed Cc:

Description

Steps to Reproduce

  1. Paste the following code in Source:
<span></span>
  1. Switch back to WYSIWYG and then to Source again. The resulting code is:
<p />

Confirmed with IE6 and FF2.

Expected Result

<p>&nbsp;</p>

Change History (1)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

Fixed with [178].

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