Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with adding HTML content to annotations/help pages #830

Open
hutchibw opened this issue Dec 7, 2016 · 0 comments
Open

Problems with adding HTML content to annotations/help pages #830

hutchibw opened this issue Dec 7, 2016 · 0 comments

Comments

@hutchibw
Copy link

hutchibw commented Dec 7, 2016

There are issues with uploading HTML content into annotations or help pages.

For example, when trying to link a video from youtube, the given embed code is in this format:
/<iframe width="560" height="315" src="https://www.youtube.com/embed/tq6be-CZJ3w" frameborder="0" allowfullscreen></iframe>/

But it produces this result in the editor
htmldoesn twork

However, when it is changed to this format, it works for some reason.
/<iframe src="https://www.youtube.com/embed/tq6be-CZJ3w" allowfullscreen="" height="315" frameborder="0" width="560"></iframe>/

In addition, When using the annotation editor, trying to copy and paste a url etc. into the edit html field doesn't do anything.
https://gyazo.com/bd8d3790ff01c41a35e780623752a720

This problem persists in whatever browser I try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant