Opened 10 years ago
Last modified 10 years ago
#13426 closed Bug
Empty inline elements are removed from the embedded content — at Initial Version
Reported by: | Szymon Cofalik | Owned by: | |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Cc: |
Description
When autoembeding content, sometimes we end up with empty inline elements, which are then removed from the embedded content.
Steps to reproduce:
- In empty editor, paste
http://tellto.tumblr.com/post/112160646328
. - Wait until the link converts.
- Look at source.
Expected result: There should be inline elements in <div data-oembed />
Result:
<div data-oembed-url="http://tellto.tumblr.com/post/112160646328"> <script async="" charset="utf-8" src="//cdn.iframe.ly/embed.js"></script> </div>