iframe bug
Is you add an iframe in HTML editing mode:
<iframe src="i.html" width="400" height="400" scrolling="no" frameborder="0"></iframe>
upon saving, slid.es scrambles it to be:
<iframe src="i.html" width="400" height="400" scrolling="no" frameborder="0">&nbsp;</iframe>
Which seems to break the viewer as well.
Fixed – will not happens to inserted iframes going forward.
-
Michael Holroyd commented
Thanks!!
-
AdminOwen (Owner, Slides) commented
Good catch. That is a legacy fix for an issue with self-closing iframes that has since been fixed. We'll update editor to no longer generate this.
It shouldn't break viewing though – it's been like this for a few months now and other iframes have inserted and displayed successfully.