Opened 10 years ago
Closed 10 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 |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | has-patch commit |
Focuses: | Cc: |
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.
10 years ago
This ticket was mentioned in Slack in #core-editor by ocean90. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
In 32003.patch: attempt to remove the previous image parent paragraph a bit later.