Opened 14 years ago

Last modified 12 years ago

#7917 closed Bug

Regression in fix for #6629 — at Initial Version

Reported by: Chris Owned by:
Priority: Normal Milestone:
Component: General Version: 3.5.4
Keywords: Cc:

Description

This was working fine on 3.5.3, and is broken in 3.5.4 and up. I believe the commit for bug #6629 has caused this.

Steps to reproduce

•starting with a new blank page •switch to source mode Insert <div><p>test</p></div> Switch back to wysiwig Go to the end of "test" and press enter

Result: <div><p>test</p><p>&nbsp;</p></div><p>&nbsp;</p>

Expected Result: <div><p>test</p><p>&nbsp;</p></div>

Change History (0)

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