#37467 closed defect (bug) (fixed)
The same identifiers for all external images at the page ID="__wp-temp-img-id"
Reported by: | fomenkoandrey | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.5.3 |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
for all external images inserted into the text without any additional classes and alignments present attribute ID, equal __wp-temp-img-id
IDs must be different at one page.
Attachments (1)
Change History (8)
This ticket was mentioned in Slack in #core-editor by azaozz. View the logs.
8 years ago
#4
@
8 years ago
look like patch works for me.
open post on edit, save - no more temp-id.
insert image - no temp id.
thank U.
i applied the patch to plugin.min.js
will it be applied to the next WP update?
Note: See
TracTickets for help on using
tickets.
Confirmed. Happens when using the TinyMCE default image dialog. We use that dialog as fall-back when the media modal is not loaded.
37467.patch fixes this. It also will remove erroneous IDs from images when editing old posts.