Opened 10 years ago
Last modified 10 years ago
#13426 closed Bug
Empty inline elements are removed from the embedded content — at Version 1
| Reported by: | Szymon Cofalik | Owned by: | |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | General | Version: | 4.5.0 |
| Keywords: | Cc: |
Description (last modified by )
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-url="http://tellto.tumblr.com/post/112160646328"> or the link should be correctly converted.
Result:
<div data-oembed-url="http://tellto.tumblr.com/post/112160646328"> <script async="" charset="utf-8" src="//cdn.iframe.ly/embed.js"></script> </div>
Which has no graphical representation in WYSIWYG mode.
