Opened 15 years ago
Last modified 13 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> </p></div><p> </p>
Expected Result: <div><p>test</p><p> </p></div>
