Opened 9 years ago
Closed 9 years ago
#13426 closed Bug (invalid)
Empty inline elements are removed from the embedded content
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.
Change History (6)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by
Keywords: | autoembed added |
---|
comment:3 Changed 9 years ago by
Priority: | Normal → Low |
---|---|
Status: | new → pending |
comment:4 Changed 9 years ago by
You may not be able to reproduce it, because I cofigured Iframely differently. It now does not return these empty links or useless blockquotes with scripts. But the problem would still be possible to reproduce if you mock Iframely's response.
comment:5 Changed 9 years ago by
Keywords: | opera ie ff chrome autoembed removed |
---|---|
Milestone: | CKEditor 4.5.2 → CKEditor 4.5.3 |
comment:6 Changed 9 years ago by
Milestone: | CKEditor 4.5.3 |
---|---|
Resolution: | → invalid |
Status: | pending → closed |
OK, I can't find any resource that suffers from this issue now. Also, I don't see an easy way to change parser's behaviour, so I'm not sure if we would be able to do anything.
I'm unable to reproduce. It could be some random problem with iframely or something else, that we unknowingly fixed.