Overview
Changing the category of a Space (e.g. blogpost) causes the iframe
(e.g. embedding a video) to be stripped. The result is the video is not displayed.
Environment
Jive 9.0.1
Reproduction Steps
- Add some categories for your Place via Admin Console > Spaces > Management > Category Management.
- Create a blog post and add an
iframe
with a video. For example:
<body><p>New Test of iframe <iframe height="480" src="https://vimeo.com/56282283" width="640" allowfullscreen=""> </iframe></p></body>
- Go back to the Space (Manage the space > Bulk Content Manage) and select the blog post in question.
- Add a few categories.
- Save and revisit the blog. The
iframe
strips the HTML and the video is not displayed.
Root Cause
Older versions do not allow iframe
by default. This is logged in Jira: JVHOPST-759
Resolution
This is fixed in versions 9.0.3.
Comments
0 comments
Article is closed for comments.