Opened 14 years ago
Closed 11 years ago
#7917 closed Bug (fixed)
Regression in fix for #6629
Reported by: | Chris | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.4 |
Keywords: | Cc: |
Description (last modified by )
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>
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 12 years ago by
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Works fine on latest master.
Confirmed from revision [6698]