Opened 11 years ago
Closed 11 years ago
#32003 closed defect (bug) (fixed)
When adding a caption to an image, an empty paragraph remains after the caption wrapper
| Reported by: | azaozz | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | TinyMCE | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Caused by trying to remove the previous image parentNode (usually <p>) too soon.
Attachments (1)
Change History (7)
This ticket was mentioned in Slack in #core-editor by azaozz. View the logs.
11 years ago
This ticket was mentioned in Slack in #core-editor by ocean90. View the logs.
11 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 32003.patch: attempt to remove the previous image parent paragraph a bit later.