#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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.7 |
| Component: | TinyMCE | Version: | 4.5.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

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.