#31400 closed defect (bug) (duplicate)
image loses attributes when moved in editor
Reported by: | shamai | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | |
Focuses: | accessibility | Cc: |
Description
If you add an image to the editor in wordpress and click it and press edit, you can add rel attributes and stuff.
If you link it and press edit you can add classes to the link and rel attributes for the link.
If you then move, via dragging the linked image around the editor, it seems to reset and you lose the rel attributes and classes you added for the link.
this is a bit annoying.
Change History (5)
Note: See
TracTickets for help on using
tickets.
Actually, after dragging an image in the editor, the image loses its link. That is why it loses the rel and link class attributes - they are added to the link, so when the link is gone, they are also gone.
There is a ticket for the issue with image losing link on drag&drop - #28272, so this one could be closed as duplicate.